Zmiany w wyglądzie listy pociągów

This commit is contained in:
2020-11-05 01:15:12 +01:00
parent fe3a15c452
commit 42f84643cc
13 changed files with 258 additions and 157 deletions
+3
View File
@@ -35,5 +35,8 @@ export default interface Station {
currentStationName: string;
category: string;
stopInfo: TrainStop;
stopLabel: string;
stopStatus: string;
}[];
}