import { INavItem } from '@armor/brandkit';

export const NAV_ITEMS: INavItem[] = [{
    route: ['hello'],
    icon: 'ico-globe',
    label: 'Hello'
  }
];

