Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
85a193fc75
commit
c236e2a075
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user