Projekt

Obecné

Profil

Stáhnout (185 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 5b862e59 Hung Hoang
import { MenuItem } from './menu/menuItem';
2
3
export const MENU_ITEMS: MenuItem[] = [
4 d24d1e39 Hung Hoang
  {name: 'Dashboard', routePath: 'dashboard'},
5 fb3df914 Hung Hoang
  {name: 'Zaměstnanci', routePath: 'employees'},
6 5b862e59 Hung Hoang
];