McGill-ECSE321-Winter2024 / project-group-13

project-group-13 created by GitHub Classroom
MIT License
1 stars 0 forks source link

Create CourseSessionTable.tsx Component #168

Closed OmarCE11 closed 6 months ago

OmarCE11 commented 6 months ago

Develop the CourseSessionTable.tsx component. This component should display a table containing an array of course sessions. The table will dynamically list sessions using the provided CourseSessionDTO[].

Props: courses: CourseSessionDTO[]

OmarCE11 commented 6 months ago

This will not be done