chore: remove unused components

(and duplicated calendar components)
This commit is contained in:
Razboy20
2024-03-07 18:03:39 -06:00
parent 2992e784b0
commit 346b9ced97
9 changed files with 2 additions and 407 deletions

View File

@@ -75,11 +75,9 @@ export default function CalendarCourseCell({
>
{courseDeptAndInstr}
</Text>
{meeting && (
{timeAndLocation && (
<Text variant='h3-course' className='-mb-0.5'>
{`${meeting.getTimeString({ separator: '', capitalize: true })}${
meeting.location ? ` ${meeting.location.building}` : ''
}`}
{timeAndLocation}
</Text>
)}
</div>