diff --git a/src/components/Course/CourseLayout.tsx b/src/components/Course/CourseLayout.tsx index 44946fadd..418abe8e8 100644 --- a/src/components/Course/CourseLayout.tsx +++ b/src/components/Course/CourseLayout.tsx @@ -10,6 +10,7 @@ import { useStore } from '@nanostores/react'; import { currentLesson } from '../../stores/course'; import { getPercentage } from '../../helper/number'; import { cn } from '../../lib/classname'; +import { CourseNotes } from '../CourseNotes/CourseNotes'; type CourseLayoutProps = { children: React.ReactNode; @@ -136,7 +137,10 @@ export function CourseLayout(props: CourseLayoutProps) { {activeChapterId && activeLessonId && ( -