Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ft schedule tech interview #282

Merged
merged 10 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
schedule technical assessment
Aime-Patrick authored and bahati10 committed Dec 5, 2024
commit 3914d206f05584efe737360d8d5fe2f3a759221e
3 changes: 0 additions & 3 deletions src/routes/routes.tsx
Original file line number Diff line number Diff line change
@@ -525,7 +525,6 @@ function Navigation() {
}
/>
</Route>

{/* Applicant Routes (Protected) */}
<Route
path="/applicant"
@@ -719,7 +718,6 @@ function Navigation() {
}
/>
</Route>

<Route
path="/trainee"
element={
@@ -870,7 +868,6 @@ function Navigation() {
}
/>
</Route>

{/* Catch-All Route */}
<Route
path="*"