kartyatorles popup

This commit is contained in:
2025-10-22 14:24:24 +02:00
parent 825e9d1a08
commit 3ad9ba3e3f
3 changed files with 138 additions and 68 deletions
+12
View File
@@ -34,6 +34,18 @@ function App() {
return () => window.removeEventListener("resize", handleResize)
}, [])
// if (isMobile) {
// return (
// <Router>
// <Routes>
// <Route path="/register" element={<AuthRegister />} />
// <Route path="/login" element={<AuthLogin />} />
// <Route path="/verify-email" element={<EmailVerification />} />
// </Routes>
// </Router>
// );
// }
return (
<>
<Router>