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:
parent
ef5e497554
commit
2dcd89eb4a
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ import {
|
||||||
Download,
|
Download,
|
||||||
Upload,
|
Upload,
|
||||||
Trash2,
|
Trash2,
|
||||||
RotateCcw,
|
|
||||||
Camera,
|
Camera,
|
||||||
} from 'lucide-react'
|
} from 'lucide-react'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue