SarahXia0405 commited on
Commit
dd5cc20
·
verified ·
1 Parent(s): 3aa7a90

Update web/src/App.tsx

Browse files
Files changed (1) hide show
  1. web/src/App.tsx +3 -1
web/src/App.tsx CHANGED
@@ -513,7 +513,6 @@ D) Cost reduction
513
  <X className="h-5 w-5" />
514
  </Button>
515
  </div>
516
-
517
  <RightPanel
518
  user={user}
519
  onLogin={handleLogin}
@@ -524,6 +523,9 @@ D) Cost reduction
524
  setExportResult={setExportResult}
525
  resultType={resultType}
526
  setResultType={setResultType}
 
 
 
527
  />
528
  </aside>
529
  )}
 
513
  <X className="h-5 w-5" />
514
  </Button>
515
  </div>
 
516
  <RightPanel
517
  user={user}
518
  onLogin={handleLogin}
 
523
  setExportResult={setExportResult}
524
  resultType={resultType}
525
  setResultType={setResultType}
526
+ onExport={handleExport}
527
+ onQuiz={handleQuiz}
528
+ onSummary={handleSummary}
529
  />
530
  </aside>
531
  )}