Donat nezd majd át mert a backenden is lett valtozas nem tudom pontosan hogy kell e vagy sem Köszi

This commit is contained in:
2025-11-14 15:21:59 +01:00
parent a7ce891098
commit 0f85356154
10 changed files with 2007 additions and 71 deletions
+2
View File
@@ -22,6 +22,7 @@ import { ToastConfig } from "./components/Toastify/toastifyServices" // ✅ font
import VerifyEmailPage from "./pages/Auth/VerifyEmailPage"
import ChooseDeck from "./pages/Game/ChooseDeck"
import PlayerSetup from "./pages/Game/PlayerSetup"
import GameModalsDemo from "./pages/Game/GameModalsDemo"
function App() {
const [isMobile, setIsMobile] = useState(false)
@@ -74,6 +75,7 @@ function App() {
<Route path="/report" element={<Reports />} />
<Route path="/choosedeck" element={<ChooseDeck />} />
<Route path="/playersetup" element={<PlayerSetup />} />
<Route path="/game-modals-demo" element={<GameModalsDemo />} />
</Routes>
</Router>