[CLAUDE] FE: drop unused Button import (fixes TS6133 CI error)
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 2m38s
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 2m38s
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user