Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:23:29 +00:00
co-authored by renee-png
parent 85a193fc75
commit c236e2a075
+8
View File
@@ -14,9 +14,17 @@ import {
FolderPlus,
ChevronRight,
Home,
Eye,
ExternalLink,
} from "lucide-react";
import { formatDate } from "@/lib/format";
import { toast } from "sonner";
import {
Dialog,
DialogContent,
DialogHeader,
DialogTitle,
} from "@/components/ui/dialog";
const MAX_BYTES = 50 * 1024 * 1024;