This commit is contained in:
2024-10-08 15:11:16 +08:00
parent a583b8c5ad
commit b9c5a7096a
8 changed files with 21 additions and 21 deletions

View File

@@ -9,10 +9,10 @@ async function getCourses() {
const courses = await fetchCourses();
return courses;
}
async function getCourse(slug: string) {
const course = await fetchCourse(slug);
return course;
}
// async function getCourse(slug: string) {
// const course = await fetchCourse(slug);
// return course;
// }
async function getSettings() {
const settings = await fetchSettings();