refactor: remove unused document management components and types, consolidating document-related functionality

This commit is contained in:
Anish Sarkar 2026-04-07 23:01:47 +05:30
parent 76c760b8dd
commit fcba577575
11 changed files with 5 additions and 1510 deletions

View file

@ -2,7 +2,7 @@
import { Search, Unplug } from "lucide-react";
import type { FC } from "react";
import { getDocumentTypeLabel } from "@/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon";
import { getDocumentTypeLabel } from "@/components/documents/DocumentTypeIcon";
import { Button } from "@/components/ui/button";
import { Spinner } from "@/components/ui/spinner";
import { TabsContent } from "@/components/ui/tabs";