mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-02 06:31:48 +01:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
|
|
import { PAGES_MENU } from './pages/pages.menu';
|
||
|
|
|
||
|
|
export const MENU = [
|
||
|
|
...PAGES_MENU
|
||
|
|
];
|