diff --git a/apps/web/components/Dashboard/Course/EditCourseGeneral/EditCourseGeneral.tsx b/apps/web/components/Dashboard/Course/EditCourseGeneral/EditCourseGeneral.tsx index 163e0e22..9b6b9814 100644 --- a/apps/web/components/Dashboard/Course/EditCourseGeneral/EditCourseGeneral.tsx +++ b/apps/web/components/Dashboard/Course/EditCourseGeneral/EditCourseGeneral.tsx @@ -5,6 +5,7 @@ import * as Switch from '@radix-ui/react-switch'; import * as Form from '@radix-ui/react-form'; import React from 'react' import { useCourse, useCourseDispatch } from '../../../Contexts/CourseContext'; +import ThumbnailUpdate from './ThumbnailUpdate'; type EditCourseStructureProps = { @@ -131,6 +132,13 @@ function EditCourseGeneral(props: EditCourseStructureProps) { + + + + + + +