File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import { ApplicationDetailPage } from './admin/ApplicationDetail/Page';
1313import { ApplicationFormBuilderPage } from './admin/ApplicationFormBuilder/Page' ;
1414import { KakaoCallback } from './admin/Login/KakaoCallback' ;
1515import { LoginPage } from './admin/Login/Page' ;
16+ import { MemberManagementPage } from './admin/MemberManagement/Page' ;
1617import { AdminSignupPage } from './admin/Signup/Page' ;
1718import { ClubApplicationPage } from './user/Apply/Page' ;
1819
@@ -71,6 +72,10 @@ export const router = createBrowserRouter([
7172 path : ADMIN . APPLICATION_FORM_BUILDER ,
7273 element : < ApplicationFormBuilderPage /> ,
7374 } ,
75+ {
76+ path : ADMIN . MEMBER_MANAGEMENT ,
77+ element : < MemberManagementPage /> ,
78+ } ,
7479 ] ,
7580 } ,
7681 ] ,
You can’t perform that action at this time.
0 commit comments