diff --git a/fe-admin/src/components/ContractAttachmentsSection.tsx b/fe-admin/src/components/ContractAttachmentsSection.tsx index e1310e5..d3ed019 100644 --- a/fe-admin/src/components/ContractAttachmentsSection.tsx +++ b/fe-admin/src/components/ContractAttachmentsSection.tsx @@ -4,7 +4,6 @@ import { toast } from 'sonner' import { Paperclip, Upload, Download, Trash2, FileText, Image as ImageIcon, File as FileIcon } from 'lucide-react' import { api, TOKEN_KEY } from '@/lib/api' import { getErrorMessage } from '@/lib/apiError' -import { Button } from '@/components/ui/Button' import { Select } from '@/components/ui/Select' import { EmptyState } from '@/components/EmptyState' import type { ContractAttachment } from '@/types/contracts' diff --git a/fe-user/src/components/ContractAttachmentsSection.tsx b/fe-user/src/components/ContractAttachmentsSection.tsx index e1310e5..d3ed019 100644 --- a/fe-user/src/components/ContractAttachmentsSection.tsx +++ b/fe-user/src/components/ContractAttachmentsSection.tsx @@ -4,7 +4,6 @@ import { toast } from 'sonner' import { Paperclip, Upload, Download, Trash2, FileText, Image as ImageIcon, File as FileIcon } from 'lucide-react' import { api, TOKEN_KEY } from '@/lib/api' import { getErrorMessage } from '@/lib/apiError' -import { Button } from '@/components/ui/Button' import { Select } from '@/components/ui/Select' import { EmptyState } from '@/components/EmptyState' import type { ContractAttachment } from '@/types/contracts'