Skip to content

Commit

Permalink
fix(removed-files):old-files-removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 4, 2023
1 parent 1a13328 commit a79eec3
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 798 deletions.
3 changes: 1 addition & 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,6 @@ 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 a79eec3

Please sign in to comment.