Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saa00123 committed Sep 8, 2023
1 parent bfe2c66 commit bbcf3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function App() {
<Route path='/TeamList' element={<TeamList />} />
<Route path='/DashBoard' element={<DashBoard />} />
<Route path='/Project' element={<Project />} />
<Route path='/Sprint' element={<Sprint />} />
<Route path='/Sprint/:projectId' element={<Sprint />} />
<Route path='/Task' element={<Task />} />
<Route path='/Members' element={<Members />} />
<Route path='/Graph' element={<Graph />} />
Expand Down

0 comments on commit bbcf3bc

Please sign in to comment.