bump: 1.21.1

This commit is contained in:
2024-03-02 23:21:13 +01:00
parent e33ba4af90
commit 9c2f0ac797
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stacjownik",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -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 {