navbar meg merge

This commit is contained in:
2025-10-27 18:55:54 +01:00
parent d0741c273f
commit 39e0d36a7f
3 changed files with 343 additions and 117 deletions
+1 -3
View File
@@ -19,8 +19,6 @@ import ProfileCard from "./components/Userdetails/Userdetails"
import { ToastConfig } from "./components/Toastify/toastifyServices" // ✅ fontos: named import, nem default!
import VerifyEmailPage from "./pages/Auth/VerifyEmailPage"
function App() {
const [isMobile, setIsMobile] = useState(false)
@@ -66,7 +64,7 @@ function App() {
<Route path="/deck-creator" element={<DeckCreator />} />
<Route path="/deck-creator/:deckId" element={<DeckCreator />} />
<Route path="/game" element={<GameScreen />} />
<Route path="/contacts" element={<CompanyHub />} />
{/* <Route path="/contacts" element={<CompanyHub />} /> */}
<Route path="/report" element={<Reports />} />
</Routes>
</Router>