Spaces:
Sleeping
Sleeping
Update web/src/App.tsx
Browse files- 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 |
-
//
|
| 16 |
import { apiChat, apiUpload, apiMemoryline } from "./lib/api";
|
| 17 |
|
| 18 |
-
//
|
| 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,
|