Skip to content

Commit dc94e54

Browse files
committed
fix: nomintations route
1 parent 7d96ee3 commit dc94e54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/App.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ function App() {
6969
<Route exact path="/ContactUs" component={ContactUs} />
7070

7171
{/* Election Routes */}
72-
{/* <Route exact path="/nominations" component={Nominations} />
73-
<Route exact path="/elections" component={Elections} />
72+
{/* <Route exact path="/elections" component={Elections} />
7473
<Route exact path="/elections/candidates" component={ElectionCandidates} /> */}
7574

75+
{/* Nominations Route */}
76+
<Route exact path="/nominations" component={Nominations} />
77+
7678
{/* FAQ Route */}
7779
<Route exact path="/faq" component={FAQ} />
7880

0 commit comments

Comments
 (0)