Skip to content

Commit

Permalink
expose NavItemType
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Nov 7, 2024
1 parent 0839c98 commit 0438c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import StoriesHubContent from '$components/stories/hub/hub-content';
import { useFiltersWithQS } from '$components/common/catalog/controls/hooks/use-filters-with-query';
import PageHeader from '$components/common/page-header';
import LogoContainer from '$components/common/page-header/logo-container';
import type { NavItem, InternalNavLink } from '$components/common/page-header/types';
import type { NavItem, InternalNavLink, NavItemType } from '$components/common/page-header/types';


export {
Expand Down Expand Up @@ -49,5 +49,6 @@ export {

// TYPES
NavItem,
NavItemType,
InternalNavLink
};

0 comments on commit 0438c6b

Please sign in to comment.