ymanager/frontend/src/app/mock-menu-items.ts @ cd0882b7
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 |
];
|
- « Předchozí
- 1
- …
- 5
- 6
- 7
- Další »