import CourseList from "./CourseList"; import AddNewCourse from "./newCourse/AddNewCourse"; export default async function Home() { return (


); }