fix: fix all eslint errors

This commit is contained in:
Pihkaal
2024-09-12 16:35:37 +02:00
parent d1c7fac20d
commit 3c82f32f9d
5 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ export const Off = () => {
return () => clearTimeout(timout);
}
}, [booting]);
}, [state, setState, booting]);
return (
<div className="flex h-screen w-screen flex-col items-center justify-center bg-black">