diff --git a/src/App.tsx b/src/App.tsx index 02d9471..01be82b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -30,6 +30,7 @@ import AdminPromocodes from './pages/AdminPromocodes' import AdminCampaigns from './pages/AdminCampaigns' import AdminUsers from './pages/AdminUsers' import AdminPayments from './pages/AdminPayments' +import AdminPromoOffers from './pages/AdminPromoOffers' function ProtectedRoute({ children }: { children: React.ReactNode }) { const { isAuthenticated, isLoading } = useAuthStore() @@ -262,6 +263,14 @@ function App() { } /> + + + + } + /> {/* Catch all */} } />