fix: FileComponentConfigPanel에 cn 함수 import 추가

This commit is contained in:
kjs 2025-11-04 16:18:12 +09:00
parent 6901baab8e
commit 37796ecc9d
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 { FileInfo, FileUploadResponse } from "@/lib/registry/components/file-upload/types";
import { uploadFiles, downloadFile, deleteFile } from "@/lib/api/file";
import { formatFileSize } from "@/lib/utils";
import { formatFileSize, cn } from "@/lib/utils";
import { toast } from "sonner";
interface FileComponentConfigPanelProps {