displaying bar graph, fetching distributions message

This commit is contained in:
Sriram Hariharan
2023-03-08 00:26:56 -06:00
parent f3bf746c6e
commit fe8c2378d2
11 changed files with 193 additions and 6 deletions

View File

@@ -33,7 +33,6 @@ export type Semester = {
/**
* The internal representation of a course for the extension
*/
export class Course {
/** Every course has a uniqueId within UT's registrar system corresponding to each course section */
uniqueId: number;