export interface IChildNavItem {
  id: string;
  label: string;
  link: string;
}
