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 */} } />