infrastructure for multiple schedules

This commit is contained in:
Sriram Hariharan
2023-03-10 23:37:57 -06:00
parent f28ab5182c
commit d06b0f9f7a
11 changed files with 113 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable max-classes-per-file */
import { Serialized } from 'chrome-extension-toolkit';
import { capitalize } from '../util/string';
import { CourseSchedule } from './CourseSchedule';