can update quiz

This commit is contained in:
2024-08-30 13:15:10 -06:00
parent 51069a856a
commit 09b387c328
12 changed files with 227 additions and 94 deletions

View File

@@ -30,7 +30,6 @@ export default function CourseCalendar() {
bg-slate-950
"
>
Month Goes Here
{months.map((month) => (
<CalendarMonth key={month.month + "" + month.year} month={month} />
))}