chore(app): added button for manual migration info card toggle

This commit is contained in:
2025-12-12 18:24:51 +01:00
parent 1cd93f09c4
commit 645a70ef9c
5 changed files with 42 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface MainStoreState {
chosenModalTrainId?: string;
modalLastClickedTarget: EventTarget | null;
currentLocale: string;
isMigrateInfoCardOpen: boolean;
}
export interface StationJSONData {