diff --git a/src/custom/NavigationNavbar/index.tsx b/src/custom/NavigationNavbar/index.tsx new file mode 100644 index 000000000..f9b89250a --- /dev/null +++ b/src/custom/NavigationNavbar/index.tsx @@ -0,0 +1,3 @@ +import NavigationNavbar from './navigationNavbar'; + +export { NavigationNavbar }; diff --git a/src/custom/index.tsx b/src/custom/index.tsx index 45c772aab..8ec34c8a4 100644 --- a/src/custom/index.tsx +++ b/src/custom/index.tsx @@ -45,6 +45,7 @@ import UniversalFilter, { UniversalFilterProps } from './UniversalFilter'; export { CatalogCard } from './CatalogCard'; export { StyledChartDialog } from './ChartDialog'; export { LearningContent } from './LearningContent'; +export { NavigationNavbar } from './NavigationNavbar'; export { Note } from './Note'; export { SetupPreReq } from './SetupPrerequisite'; export { StyledChapter } from './StyledChapter';