From 0fdcb4c2e32cb8d7f074d69de917d5079ff11ba3 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 05:34:21 +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 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 */} } />