Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aekmekci72 committed Aug 4, 2024
1 parent e8e4077 commit a447a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import HomePage from './HomePage';
import Board from './Board';
import Resources from './Resources';
import Updates from './Updates';
import Login from './Login';
import Archive from './Archive';
import Signup from './Signup';


import reportWebVitals from './reportWebVitals';
Expand All @@ -25,8 +23,6 @@ function MainApp() {
<Route path="/board" element={<Board />} />
<Route path="/updates" element={<Updates />} />
<Route path="/resources" element={<Resources />} />
<Route path="/login" element={<Login />} />
<Route path="/signup" element={<Signup />} />
<Route path="/archive" element={<Archive />} />

</Routes>
Expand Down

0 comments on commit a447a91

Please sign in to comment.