Skip to content

Commit

Permalink
f1done
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 30, 2023
1 parent 25688ae commit 7c43b9a
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 415 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function App() {
}
/> */}
<Route path="mutech/leaderboard" element={<MutechLeaderboard />} />
<Route path="/cyberpunk" element={<Cyberpunk />} />
<Route path="/top100coders" element={<Cyberpunk />} />
<Route path="/careers" element={<Career />} />
<Route path="*" element={<NotFound isLoaded={isLoaded} />} />
<Route path="/termsandconditions" element={<TermsAndCondition />} />
Expand Down
Loading

0 comments on commit 7c43b9a

Please sign in to comment.