Przekierowanie do aktywnego RJ

This commit is contained in:
2022-05-24 18:50:43 +02:00
parent 83e36ddf6b
commit 35453ba3c2
10 changed files with 103 additions and 76 deletions
+1
View File
@@ -52,6 +52,7 @@ export default interface Station {
stationTrains?: {
driverName: string;
driverId: number;
trainNo: number;
stopStatus?: string;
}[];