diff --git a/apps/web/app/modules/Courses/Lesson/LessonItems/File/Video.tsx b/apps/web/app/modules/Courses/Lesson/LessonItems/File/Video.tsx index 74ff3532..db9842eb 100644 --- a/apps/web/app/modules/Courses/Lesson/LessonItems/File/Video.tsx +++ b/apps/web/app/modules/Courses/Lesson/LessonItems/File/Video.tsx @@ -1,5 +1,5 @@ import { useParams } from "@remix-run/react"; -import ReactPlayer from "react-player"; +import ReactPlayer from "react-player/lazy"; import { useMarkLessonItemAsCompleted } from "~/api/mutations/useMarkLessonItemAsCompleted";