changed files

This commit is contained in:
2025-07-25 13:46:26 +02:00
parent 1db7b9da80
commit e3e2746cec
5 changed files with 1 additions and 199 deletions

View File

@@ -16,7 +16,7 @@ function App() {
const [isAuthenticated, setIsAuthenticated] = useState(
!!Cookies.get("token")
);
const [showLogin, setShowLogin] = useState(false);
const [, setShowLogin] = useState(false);
return (
<AuthContext.Provider value={{ isAuthenticated, setIsAuthenticated }}>