diff --git a/src/App.tsx b/src/App.tsx index fb75db8..2366a3e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -26,6 +26,7 @@ import AdminServers from './pages/AdminServers' import AdminPanel from './pages/AdminPanel' import AdminDashboard from './pages/AdminDashboard' import AdminBroadcasts from './pages/AdminBroadcasts' +import AdminPromocodes from './pages/AdminPromocodes' function ProtectedRoute({ children }: { children: React.ReactNode }) { const { isAuthenticated, isLoading } = useAuthStore() @@ -226,6 +227,14 @@ function App() { } /> + + + + } + /> {/* Catch all */} } />