Skip to content

Commit

Permalink
Merge branch 'old-dev' into old-production
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 4, 2023
2 parents 680c27e + 341168f commit 82f1f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ 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="events/learningfest" element={<KKEMLearningFest />} />
<Route path="events/learningfest" element={<LearningFest />} />
<Route path="/keralatechfest" element={<LearningFest />} />
<Route path="learningfest" element={<KKEMLearningFest />} />
<Route path="/team">
<Route path="" element={<Teams />} />
</Route>
Expand Down

0 comments on commit 82f1f1e

Please sign in to comment.