common: export haabNames

This commit is contained in:
Quantum 2025-07-13 15:28:39 -04:00
parent d344b44433
commit 8fddece880

View file

@ -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',