diff --git a/src/App.tsx b/src/App.tsx index 01be82b..71fec00 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,6 +31,7 @@ import AdminCampaigns from './pages/AdminCampaigns' import AdminUsers from './pages/AdminUsers' import AdminPayments from './pages/AdminPayments' import AdminPromoOffers from './pages/AdminPromoOffers' +import AdminRemnawave from './pages/AdminRemnawave' function ProtectedRoute({ children }: { children: React.ReactNode }) { const { isAuthenticated, isLoading } = useAuthStore() @@ -271,6 +272,14 @@ function App() { } /> + + + + } + /> {/* Catch all */} } />