From 6901c3d2b4e8ca90379f23fced1fd8edc0839162 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 19 May 2024 22:30:21 +0200 Subject: [PATCH] chore: hotfix --- src/store/utils.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/store/utils.ts b/src/store/utils.ts index fa13f27..8744e10 100644 --- a/src/store/utils.ts +++ b/src/store/utils.ts @@ -1,12 +1,4 @@ -import { - TrainStop, - StopStatus, - Train, - Station, - StationTrain, - ScenerySpawn, - ScenerySpawnType -} from '../typings/common'; +import { ScenerySpawn, ScenerySpawnType } from '../typings/common'; export function getStatusTimestamp(stationStatus: any): number { if (!stationStatus) return -2;