We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f33d99 commit 199da5cCopy full SHA for 199da5c
src/routes/routes.tsx
@@ -525,6 +525,7 @@ function Navigation() {
525
}
526
/>
527
</Route>
528
+
529
{/* Applicant Routes (Protected) */}
530
<Route
531
path="/applicant"
@@ -718,6 +719,7 @@ function Navigation() {
718
719
720
721
722
723
724
path="/trainee"
725
element={
@@ -868,6 +870,7 @@ function Navigation() {
868
870
869
871
872
873
874
{/* Catch-All Route */}
875
876
path="*"
0 commit comments