/** * CourseLearningView — re-export from feature module. */ export { CourseLearningView, CourseLearningViewSkeleton, } from './course-learning-view'; export type { CourseLearningViewProps } from './course-learning-view';