fix: fix all eslint errors

This commit is contained in:
2024-09-12 16:35:37 +02:00
parent a60b34d664
commit cd4c173e73
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">