From dc3f09b8d4e847fbc61bb8f2598fde6e225622df Mon Sep 17 00:00:00 2001 From: pqhuy1987 Date: Tue, 21 Apr 2026 20:42:48 +0700 Subject: [PATCH] [CLAUDE] FE: drop unused Button import (fixes TS6133 CI error) --- fe-admin/src/components/ContractAttachmentsSection.tsx | 1 - fe-user/src/components/ContractAttachmentsSection.tsx | 1 - 2 files changed, 2 deletions(-) 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'