This commit is contained in:
2024-09-03 17:22:26 -06:00
parent 59de726d54
commit 1f43c6305d
3 changed files with 18 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
"use client";
import { useModuleNamesQuery } from "@/hooks/localCourse/localCoursesHooks";
import { useCourseContext } from "../context/courseContext";
import ExpandableModule from "./ExpandableModule";
export default function ModuleList() {