Skip to content

Commit

Permalink
Merge branch 'main' of github.com:techsyndicate/website
Browse files Browse the repository at this point in the history
  • Loading branch information
Psych4-383 committed Mar 16, 2024
2 parents e6b457c + d328a65 commit 7a40146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Route path="about" component={AboutPage} />
<!-- <Route path="intech" component={TgPage} /> -->
<Route path="/" component={LandingPage} />
<Route path="tg" component={EventPage} />
<Route path="event" component={EventPage} />
<Route path="/tbr" component={Tbr} />
<Route path="event" component={Robotronics} />
<Route path="tg" component={Robotronics} />
<Route path="team" component={MemberPage} />
</Router>

0 comments on commit 7a40146

Please sign in to comment.