From 9c2f0ac797ed71568b7f7a228b9d63506c7c5c3e Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 2 Mar 2024 23:21:13 +0100 Subject: [PATCH] bump: 1.21.1 --- package.json | 2 +- src/scripts/interfaces/Station.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 82276c5..dfb4a91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacjownik", - "version": "1.21.0", + "version": "1.21.1", "private": true, "scripts": { "dev": "vite", diff --git a/src/scripts/interfaces/Station.ts b/src/scripts/interfaces/Station.ts index ad34922..921952a 100644 --- a/src/scripts/interfaces/Station.ts +++ b/src/scripts/interfaces/Station.ts @@ -1,4 +1,4 @@ -import { Availability, ActiveScenery, ScheduledTrain } from '../../store/typings'; +import { Availability, ActiveScenery } from '../../store/typings'; import { StationRoutes } from './StationRoutes'; export default interface Station {