From aba65f4266a63178e3d5a5a1db320c06c6b93a2e Mon Sep 17 00:00:00 2001 From: Alexei Date: Sun, 31 Mar 2024 18:37:31 +1000 Subject: [PATCH] fix another --- src/pages/course-list.tsx | 2 +- src/pages/lesson-list.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/course-list.tsx b/src/pages/course-list.tsx index 5d975bc..d985fcb 100644 --- a/src/pages/course-list.tsx +++ b/src/pages/course-list.tsx @@ -51,7 +51,7 @@ const CoursesList = () => { string | null >(null) const toastRef = useRef(null) - + const { control, handleSubmit, diff --git a/src/pages/lesson-list.tsx b/src/pages/lesson-list.tsx index 96a0374..26d9e3e 100644 --- a/src/pages/lesson-list.tsx +++ b/src/pages/lesson-list.tsx @@ -3,7 +3,6 @@ import dayjs from 'dayjs' import { Link, useParams } from 'react-router-dom' import { getNavigationsValue } from '@ijl/cli' import { useForm, Controller } from 'react-hook-form' - import { Breadcrumb, BreadcrumbItem,