Blame view

src/app/app.menu.ts 91 Bytes
05b0b5d8   Yarik   first commit
1
2
3
4
5
  import { PAGES_MENU } from './pages/pages.menu';
  
  export const MENU = [
    ...PAGES_MENU
  ];