From 2dcd89eb4a0b08ac0f143d79cd137a7e1008b26f Mon Sep 17 00:00:00 2001 From: Samuel James Date: Fri, 19 Jun 2026 14:25:11 -0600 Subject: [PATCH] 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. --- src/pages/Settings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 7f5373b..ca3cdfb 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -14,7 +14,6 @@ import { Download, Upload, Trash2, - RotateCcw, Camera, } from 'lucide-react'