Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ASquare04 authored Jul 11, 2024
1 parent 8872aac commit ee24f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const App = () => {
<Router>
<Routes>
<Route path="/" element={<Homepage />} />
<Route path="/project" element={<Projectpage />} />
<Route path="/projects" element={<Projectpage />} />
<Route path="/blog" element={<Blogpage />} />
<Route path="/skills" element={<Skillspage />} />
<Route path="/connect" element={<Contactpage />} />
Expand Down

0 comments on commit ee24f26

Please sign in to comment.