Skip to content

Commit 199da5c

Browse files
ndahimana154bahati10
authored andcommitted
Fix: Added modal (#287)
1 parent 3f33d99 commit 199da5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/routes/routes.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ function Navigation() {
525525
}
526526
/>
527527
</Route>
528+
528529
{/* Applicant Routes (Protected) */}
529530
<Route
530531
path="/applicant"
@@ -718,6 +719,7 @@ function Navigation() {
718719
}
719720
/>
720721
</Route>
722+
721723
<Route
722724
path="/trainee"
723725
element={
@@ -868,6 +870,7 @@ function Navigation() {
868870
}
869871
/>
870872
</Route>
873+
871874
{/* Catch-All Route */}
872875
<Route
873876
path="*"

0 commit comments

Comments
 (0)