Skip to content

Commit

Permalink
fix: nomintations route
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Apr 28, 2024
1 parent 7d96ee3 commit dc94e54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ function App() {
<Route exact path="/ContactUs" component={ContactUs} />

{/* Election Routes */}
{/* <Route exact path="/nominations" component={Nominations} />
<Route exact path="/elections" component={Elections} />
{/* <Route exact path="/elections" component={Elections} />
<Route exact path="/elections/candidates" component={ElectionCandidates} /> */}

{/* Nominations Route */}
<Route exact path="/nominations" component={Nominations} />

{/* FAQ Route */}
<Route exact path="/faq" component={FAQ} />

Expand Down

0 comments on commit dc94e54

Please sign in to comment.