Add more airlines and fix edit bugs

This commit is contained in:
2026-04-19 13:05:50 +10:00
parent d90f338321
commit 4244b8835d
4 changed files with 39 additions and 3 deletions
+1
View File
@@ -53,6 +53,7 @@ export interface Airport {
updated_at: string | null
timezone: string
display_code: string
display_name: string
}
export type Continent = {