Add christmas events

This commit is contained in:
2025-12-25 16:53:09 +07:00
parent 4760f51095
commit 29d251459a
10 changed files with 230 additions and 24 deletions

5
src/lib/types.ts Normal file
View File

@@ -0,0 +1,5 @@
export type EventsDate = {
name: string,
start: number[],
end: number[]
}