From 7278381b2135d2196fb9f3ec1fb820291a0c3036 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 03:09:36 +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 ae5c905..fb75db8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,7 @@ import AdminTariffs from './pages/AdminTariffs' import AdminServers from './pages/AdminServers' import AdminPanel from './pages/AdminPanel' import AdminDashboard from './pages/AdminDashboard' +import AdminBroadcasts from './pages/AdminBroadcasts' function ProtectedRoute({ children }: { children: React.ReactNode }) { const { isAuthenticated, isLoading } = useAuthStore() @@ -217,6 +218,14 @@ function App() { } /> + + + + } + /> {/* Catch all */} } />