fixing updates

This commit is contained in:
2024-09-17 10:41:07 -06:00
parent c7f968bb8f
commit 8b7d198044
4 changed files with 19 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ export default async function Home() {
<CourseList />
<br />
<br />
<AddNewCourse />
<AddNewCourse />
</div>
</main>
);