Added Splash Screens for PWA

This commit is contained in:
2026-07-08 00:39:12 +10:00
parent 6d0ecb19c9
commit 03bd74580f
58 changed files with 865 additions and 16 deletions
+1
View File
@@ -234,6 +234,7 @@ export interface Airline {
logo_url: string
alliance_id: number | null,
alliance?: Alliance,
merged_from?: Airline[] ,
}
export interface Aircraft {