diff --git a/src/components/cases/documents-tab.tsx b/src/components/cases/documents-tab.tsx index b25823b..4d3b86d 100644 --- a/src/components/cases/documents-tab.tsx +++ b/src/components/cases/documents-tab.tsx @@ -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;