Remove unused RotateCcw import breaking the production build

tsc --noEmit passed but 'tsc -b' (used by npm run build, with noUnusedLocals)
failed on the unused lucide-react import, blocking the CI validate job.
This commit is contained in:
Samuel James 2026-06-19 14:25:11 -06:00
parent ef5e497554
commit 2dcd89eb4a

View file

@ -14,7 +14,6 @@ import {
Download, Download,
Upload, Upload,
Trash2, Trash2,
RotateCcw,
Camera, Camera,
} from 'lucide-react' } from 'lucide-react'