forked from baron/baron-sso
[#365] Devfront 프로필 메뉴 개선 및 상세 페이지 구현
This commit is contained in:
@@ -8,6 +8,7 @@ import ClientConsentsPage from "../features/clients/ClientConsentsPage";
|
||||
import ClientDetailsPage from "../features/clients/ClientDetailsPage";
|
||||
import ClientGeneralPage from "../features/clients/ClientGeneralPage";
|
||||
import ClientsPage from "../features/clients/ClientsPage";
|
||||
import ProfilePage from "../features/profile/ProfilePage";
|
||||
|
||||
export const router = createBrowserRouter(
|
||||
[
|
||||
@@ -33,6 +34,7 @@ export const router = createBrowserRouter(
|
||||
{ path: "clients/:id/consents", element: <ClientConsentsPage /> },
|
||||
{ path: "clients/:id/settings", element: <ClientGeneralPage /> },
|
||||
{ path: "audit-logs", element: <AuditLogsPage /> },
|
||||
{ path: "profile", element: <ProfilePage /> },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user