This commit is contained in:
2023-12-01 14:55:13 +01:00
parent 6550d6973e
commit bc58196804
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { parseSpawns, getScheduledTrains, getStationTrains } from './utils';
import { OnlineScenery, ScheduledTrain, StationJSONData, StoreState } from './typings';
import packageInfo from '../../package.json';
import { Websocket, API, GithubAPI } from '../typings/api';
import { Websocket, API } from '../typings/api';
import { Status } from '../typings/common';
export const useStore = defineStore('store', {