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