Skip to content

Commit

Permalink
Merge branch 'top-100coders' into old-production
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 30, 2023
2 parents eac883a + 7c43b9a commit 272d1e1
Show file tree
Hide file tree
Showing 8 changed files with 572 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import CommunityLanding from "./Pages/CommunityLanding/CommunityLanding";
import CampusLogoGenerator from "./Pages/CampusLogoGen/CampusLogoGen";
import TermsAndCondition from "./Pages/TermsAndCondition/TermsAndCondition";
import PrivacyPolicy from "./Pages/PrivacyPolicy/PrivacyPolicy";

import Cyberpunk from "./Pages/Top100C/Top100C"
//import redirects from "./redirects.json"
import Redirection from "./Components/Redirection/Redirection";
import Layout from "./Layout";
Expand Down Expand Up @@ -88,7 +88,7 @@ function App() {
}
/> */}
<Route path="mutech/leaderboard" element={<MutechLeaderboard />} />

<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 272d1e1

Please sign in to comment.