From 606f9a3f02b28da180a8f908d543ed0ec2007001 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 10:51:35 +0300 Subject: [PATCH] Update App.tsx --- src/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */} } />