This commit is contained in:
2025-10-24 21:06:18 +02:00
parent 8960bd9dce
commit d90f92c91c
3 changed files with 104 additions and 0 deletions
+2
View File
@@ -17,6 +17,7 @@ import GameScreen from "./pages/Game/GameScreen"
import Reports from "./pages/Report/Reports"
import Lobby from "./pages/Lobby/Lobby"
import { ToastConfig } from "./components/Toastify/toastifyServices" // ✅ fontos: named import, nem default!
import VerifyEmailPage from "./pages/Auth/VerifyEmailPage"
@@ -50,6 +51,7 @@ function App() {
<>
<Router>
<Routes>
<Route path="/verify-email" element={<VerifyEmailPage />} />
<Route path="/about" element={<About />} />
<Route path="/lobby" element={<Lobby />} />
<Route path="/register" element={<AuthRegister />} />