File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
"lucide-react" : " ^0.511.0" ,
16
16
"next" : " 15.4.7" ,
17
17
"next-themes" : " ^0.4.6" ,
18
+ "path-browserify" : " ^1.0.1" ,
18
19
"react" : " ^19.0.0" ,
19
20
"react-dom" : " ^19.0.0" ,
20
21
"react-dropzone" : " ^14.3.8" ,
Original file line number Diff line number Diff line change 11
11
"lucide-react" : " ^0.511.0" ,
12
12
"next" : " 15.4.7" ,
13
13
"next-themes" : " ^0.4.6" ,
14
+ "path-browserify" : " ^1.0.1" ,
14
15
"react" : " ^19.0.0" ,
15
16
"react-dom" : " ^19.0.0" ,
16
17
"react-dropzone" : " ^14.3.8" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import JSZip from "jszip";
9
9
import { useChat } from "@/components/chat-provider" ;
10
10
import { toast } from "sonner" ;
11
11
import { Checkbox } from "@/components/ui/checkbox" ;
12
- import path from "node: path" ;
12
+ import path from "path" ;
13
13
14
14
interface UploadDialogProps {
15
15
open : boolean
You can’t perform that action at this time.
0 commit comments