diff --git a/src/components/Course/CourseLayout.tsx b/src/components/Course/CourseLayout.tsx index 543e56929..b95e55695 100644 --- a/src/components/Course/CourseLayout.tsx +++ b/src/components/Course/CourseLayout.tsx @@ -11,6 +11,7 @@ import { currentLesson } from '../../stores/course'; import { getPercentage } from '../../helper/number'; import { cn } from '../../lib/classname'; import { CourseNotes } from '../CourseNotes/CourseNotes'; +import { CourseAI } from '../CourseAI/CourseAI'; export type CourseLayoutProps = { children: React.ReactNode; @@ -140,6 +141,12 @@ export function CourseLayout(props: CourseLayoutProps) { {activeChapterId && activeLessonId && (