feat/dashboard #185

Merged
hyeonsu merged 14 commits from feat/dashboard into main 2025-11-05 16:54:25 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5b8bad17ef - Show all commits

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 {