This commit is contained in:
2024-02-09 17:57:48 -06:00
parent 80ee5bfdda
commit ad77d73363

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 * 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 = { export const DAY_MAP = {
M: 'Monday', M: 'Monday',