Added Notifications

This commit is contained in:
2026-05-18 14:31:53 +10:00
parent 1d5b9f340f
commit 10b5b6a5c9
18 changed files with 545 additions and 166 deletions
@@ -25,7 +25,7 @@ export function directedKey(dep: string, arr: string): string {
}
export function labelFor(a: string, b: string): string {
return `${a}${b}`
return `${a}${b}`
}
export function continentNameOf(flight: Flight, side: 'departure' | 'arrival'): string | null {