SarahXia0405 commited on
Commit
cebaa45
·
verified ·
1 Parent(s): c7743cb

Update web/src/App.tsx

Browse files
Files changed (1) hide show
  1. web/src/App.tsx +2 -2
web/src/App.tsx CHANGED
@@ -12,10 +12,10 @@ import { Button } from "./components/ui/button";
12
  import { Toaster } from "./components/ui/sonner";
13
  import { toast } from "sonner";
14
 
15
- // backend API bindings
16
  import { apiChat, apiUpload, apiMemoryline } from "./lib/api";
17
 
18
- // NEW: review-star logic
19
  import {
20
  type ReviewStarState,
21
  type ReviewEventType,
 
12
  import { Toaster } from "./components/ui/sonner";
13
  import { toast } from "sonner";
14
 
15
+ // backend API bindings
16
  import { apiChat, apiUpload, apiMemoryline } from "./lib/api";
17
 
18
+ // NEW: review-star logic
19
  import {
20
  type ReviewStarState,
21
  type ReviewEventType,