mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
feat: server table 1/10
This commit is contained in:
@@ -11,6 +11,7 @@ import Root from "./routes/root";
|
||||
import ErrorPage from "./error-page";
|
||||
import ProtectedRoute from './routes/protect';
|
||||
import LoginPage from './routes/login';
|
||||
import ServerPage from './routes/server';
|
||||
import { AuthProvider } from './hooks/useAuth';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
@@ -23,6 +24,10 @@ const router = createBrowserRouter([
|
||||
path: "/dashboard/login",
|
||||
element: <LoginPage />,
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
element: <ServerPage />,
|
||||
},
|
||||
]
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user