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 1515 "lucide-react" : " ^0.511.0" ,
1616 "next" : " 15.4.7" ,
1717 "next-themes" : " ^0.4.6" ,
18+ "path-browserify" : " ^1.0.1" ,
1819 "react" : " ^19.0.0" ,
1920 "react-dom" : " ^19.0.0" ,
2021 "react-dropzone" : " ^14.3.8" ,
Original file line number Diff line number Diff line change 1111 "lucide-react" : " ^0.511.0" ,
1212 "next" : " 15.4.7" ,
1313 "next-themes" : " ^0.4.6" ,
14+ "path-browserify" : " ^1.0.1" ,
1415 "react" : " ^19.0.0" ,
1516 "react-dom" : " ^19.0.0" ,
1617 "react-dropzone" : " ^14.3.8" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import JSZip from "jszip";
99import { useChat } from "@/components/chat-provider" ;
1010import { toast } from "sonner" ;
1111import { Checkbox } from "@/components/ui/checkbox" ;
12- import path from "node: path" ;
12+ import path from "path" ;
1313
1414interface UploadDialogProps {
1515 open : boolean
You can’t perform that action at this time.
0 commit comments