diff --git a/client/App.tsx b/client/App.tsx
index 272d37c2..7e3fcfaf 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -86,7 +86,6 @@ import SignupRedirect from "./pages/SignupRedirect";
import MentorshipRequest from "./pages/community/MentorshipRequest";
import MentorApply from "./pages/community/MentorApply";
import MentorProfile from "./pages/community/MentorProfile";
-import Staff from "./pages/Staff";
import Realms from "./pages/Realms";
import Investors from "./pages/Investors";
import Roadmap from "./pages/Roadmap";
@@ -111,7 +110,6 @@ import CreatorProfile from "./pages/creators/CreatorProfile";
import OpportunitiesHub from "./pages/opportunities/OpportunitiesHub";
import OpportunityDetail from "./pages/opportunities/OpportunityDetail";
import MyApplications from "./pages/profile/MyApplications";
-import StaffLogin from "./pages/StaffLogin";
import StaffDashboard from "./pages/StaffDashboard";
import StaffDirectory from "./pages/staff/StaffDirectory";
import StaffAdmin from "./pages/staff/StaffAdmin";
@@ -386,54 +384,48 @@ const App = () => (
/>
} />
- {/* Staff Arm Routes */}
- } />
- } />
+ {/* Admin & Staff Routes - Unified */}
}
- />
- }
/>
- } />
- } />
+ } />
+ } />
}
/>
- } />
+ } />
}
/>
}
/>
}
/>
}
/>
}
/>
}
/>
}
/>
}
/>