이미지 컴포넌트 오류나는거 해결

This commit is contained in:
dohyeons 2025-11-04 15:52:41 +09:00
parent 7b0bbc91c8
commit 5b8bad17ef
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { Plus, X, Upload, File, Image, FileText, Download, Trash2 } from "lucide
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { FileInfo, FileUploadResponse } from "@/lib/registry/components/file-upload/types"; import { FileInfo, FileUploadResponse } from "@/lib/registry/components/file-upload/types";
import { uploadFiles, downloadFile, deleteFile } from "@/lib/api/file"; import { uploadFiles, downloadFile, deleteFile } from "@/lib/api/file";
import { formatFileSize } from "@/lib/utils"; import { formatFileSize, cn } from "@/lib/utils";
import { toast } from "sonner"; import { toast } from "sonner";
interface FileComponentConfigPanelProps { interface FileComponentConfigPanelProps {