mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
term dropdown populating
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
import AddNewCourse from "./AddNewCourse";
|
||||
import CourseList from "./CourseList";
|
||||
|
||||
export default async function Home() {
|
||||
return (
|
||||
<main className="min-h-screen">
|
||||
<CourseList />
|
||||
<main className="min-h-screen flex justify-center">
|
||||
<div>
|
||||
<CourseList />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<AddNewCourse />
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user