Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolausen committed Sep 21, 2024
1 parent 971e68f commit 1498af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Navbar from './components/Navbar'
import Footer from './components/Footer'
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'


import InitialScreen from './pages/InitialScreen'
import Education from './pages/Education'
import Projects from './pages/Projects'
Expand All @@ -14,7 +13,7 @@ function App() {
localStorage.setItem("theme", "light")

return (
<Router basename={import.meta.env.BASE_URL}>
<Router>
<Routes>
<Route index path='/' element={<>
<Navbar></Navbar>
Expand Down

0 comments on commit 1498af0

Please sign in to comment.