Merge branch 'pr/85' into hackathon

This commit is contained in:
knownotunknown
2024-02-17 11:25:33 -06:00
7 changed files with 56 additions and 145 deletions

View File

@@ -2,6 +2,7 @@ import { Serialized } from 'chrome-extension-toolkit';
/**
* a map of the days of the week that a class is taught, and the corresponding abbreviation
* Don't modify the keys
*/
export const DAY_MAP = {
M: 'Monday',