diff --git a/src/components/SetupWizard.tsx b/src/components/SetupWizard.tsx index e2a4086..36773a5 100644 --- a/src/components/SetupWizard.tsx +++ b/src/components/SetupWizard.tsx @@ -290,13 +290,6 @@ function RegionCalibrator({ regions, onComplete }: RegionCalibratorProps) { } } - const _saveRegion = (regionKey: string, bounds: any) => { - setRegions(prev => ({ - ...prev, - [regionKey]: bounds - })) - } - return (
diff --git a/src/pages/Plugins.tsx b/src/pages/Plugins.tsx
index fb91b13..9877dc0 100644
--- a/src/pages/Plugins.tsx
+++ b/src/pages/Plugins.tsx
@@ -13,6 +13,7 @@ export default function Plugins() {
const { plugins, activatePlugin, deactivatePlugin } = useAppStore()
const [searchQuery, setSearchQuery] = useState('')
const [viewMode, setViewMode] = useState<'grid' | 'list'>('grid')
+ const [_selectedPlugin, __setSelectedPlugin] = useState