Projekt

Obecné

Profil

Stáhnout (185 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { MenuItem } from './menu/menuItem';
2

    
3
export const MENU_ITEMS: MenuItem[] = [
4
  {name: 'Dashboard', routePath: 'dashboard'},
5
  {name: 'Zaměstnanci', routePath: 'employees'},
6
];
(7-7/7)