remove upload document

This commit is contained in:
hamid zarghami
2026-01-04 09:05:36 +03:30
parent 5297d684c5
commit b33b7a953d
2 changed files with 0 additions and 7 deletions
@@ -1,7 +1,6 @@
import { useEditorStore, type ToolType } from "@/pages/editor/store/editorStore";
import {
ImageUpload,
DocumentUpload,
VideoInput,
LinkInput,
SelectInstruction,
@@ -51,10 +50,6 @@ const ToolInstructions = ({ tool }: ToolInstructionsProps) => {
return <ImageUpload onImageUpload={handleImageUpload} />;
}
if (tool === "document") {
return <DocumentUpload />;
}
if (tool === "video") {
return <VideoInput />;
}