diff --git a/src/components/SetupWizard.tsx b/src/components/SetupWizard.tsx index 36773a5..625cd7c 100644 --- a/src/components/SetupWizard.tsx +++ b/src/components/SetupWizard.tsx @@ -277,7 +277,7 @@ interface RegionCalibratorProps { function RegionCalibrator({ regions, onComplete }: RegionCalibratorProps) { const [activeRegion, setActiveRegion] = useState(0) - const [regions_, setRegions] = useState>({}) + const [_regions_, _setRegions] = useState>({}) const canvasRef = useRef(null) const captureScreen = async () => {