import CourseList from "./CourseList"; import { AddExistingCourseToGlobalSettings } from "./addCourse/AddExistingCourseToGlobalSettings"; import AddCourseToGlobalSettings from "./addCourse/AddNewCourse"; import TodaysLectures from "./todaysLectures/TodaysLectures"; export default async function Home() { return (





























); }