feat: 권한별 메뉴 반영
parent
6414cd31af
commit
1db73f0438
@ -1,13 +0,0 @@
|
|||||||
import other from './other';
|
|
||||||
import admin from './admin';
|
|
||||||
import dashboard from './dashboard';
|
|
||||||
|
|
||||||
// ==============================|| MENU ITEMS ||============================== //
|
|
||||||
|
|
||||||
export const adminMenuItems = {
|
|
||||||
items: [dashboard, admin, other]
|
|
||||||
};
|
|
||||||
|
|
||||||
export const judgeMenuItems = {
|
|
||||||
items: [dashboard, admin, other]
|
|
||||||
};
|
|
Loading…
Reference in New Issue