Skip to content

Commit

Permalink
link-updation
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 4, 2023
1 parent 82f1f1e commit c5b4b1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ function App() {
<Route path="/yip" element={<YIP2023 />} />
<Route path="/events/bewebdev" element={<BeWebDev />} />
<Route path="events/gta/codestorm" element={<CodeStorm />} />
<Route path="events/learningfest" element={<LearningFest />} />
<Route path="/keralatechfest" element={<LearningFest />} />
<Route path="learningfest" element={<KKEMLearningFest />} />
<Route path="events/learningfest" element={<KKEMLearningFest />} />
<Route path="/keralatechfest" element={<KKEMLearningFest />} />
<Route path="/team">
<Route path="" element={<Teams />} />
</Route>
Expand Down

0 comments on commit c5b4b1e

Please sign in to comment.