navbarral footerrel mindennel egyutt

This commit is contained in:
2025-07-11 21:57:39 +02:00
parent 19c762fe67
commit 4bf667a1ac
8 changed files with 356 additions and 17 deletions
+2
View File
@@ -8,6 +8,7 @@ import ForgotPassword from "./pages/Auth/ForgotPassword"
import ResetPassword from "./pages/Auth/ResetPassword"
import Landingpage from "./pages/Landing/Landingpage"
import Home from "./pages/Landing/Home"
import DeckManagerPage from "./pages/Decks/DeckManagerPage"
function App() {
const [isMobile, setIsMobile] = useState(false)
@@ -46,6 +47,7 @@ function App() {
<Route path="/test" element={<Test />} />
<Route path="/" element={<Landingpage />} />
<Route path="/home" element={<Home />} />
<Route path="/decks" element={<DeckManagerPage />} />
{/* Add more routes as needed */}
</Routes>
</Router>