UNPKG

157 BPlain TextView Raw
1import { INavItem } from '@armor/brandkit';
2
3export const NAV_ITEMS: INavItem[] = [{
4 route: ['hello'],
5 icon: 'ico-globe',
6 label: 'Hello'
7 }
8];
9