* feat: navbar added as a separate component * test: added test for nav bar * fix: navbar style and conditional rendering fix * fix: store fix for navbar component
3 lines
124 B
JavaScript
3 lines
124 B
JavaScript
/* eslint-disable import/prefer-default-export */
|
|
export { default as CourseTabsNavigation } from './CourseTabsNavigation';
|