refactor(app): styles cleanup; minor code improvements

This commit is contained in:
2025-12-18 00:39:17 +01:00
parent cb6ea1edb2
commit 5d32145f13
7 changed files with 93 additions and 99 deletions
-2
View File
@@ -95,9 +95,7 @@ export interface TrainTimetableData {
export interface Station {
name: string;
generalInfo?: StationGeneralInfo;
onlineInfo?: ActiveScenery;
}