From f7aac853d97eb423ee186482dbbd7a697bb3beed Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 04:37:28 +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 fb75db8..2366a3e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -26,6 +26,7 @@ import AdminServers from './pages/AdminServers' import AdminPanel from './pages/AdminPanel' import AdminDashboard from './pages/AdminDashboard' import AdminBroadcasts from './pages/AdminBroadcasts' +import AdminPromocodes from './pages/AdminPromocodes' function ProtectedRoute({ children }: { children: React.ReactNode }) { const { isAuthenticated, isLoading } = useAuthStore() @@ -226,6 +227,14 @@ function App() { } /> + + + + } + /> {/* Catch all */} } />