mirror of
https://github.com/quantum5/qcal.git
synced 2025-07-25 19:14:11 -04:00
common: export haabNames
This commit is contained in:
parent
d344b44433
commit
8fddece880
|
@ -74,7 +74,7 @@ export type Haab = {
|
|||
day: HaabDay,
|
||||
};
|
||||
|
||||
const haabNames: Record<HaabMonth, string> = {
|
||||
export const haabNames: Record<HaabMonth, string> = {
|
||||
1: 'Pop',
|
||||
2: 'Woʼ',
|
||||
3: 'Sip',
|
||||
|
|
Loading…
Reference in a new issue