Zmiana instancji store'a na Pinia

This commit is contained in:
2022-06-12 18:00:06 +02:00
parent 3a50609488
commit dbad518d55
19 changed files with 588 additions and 629 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Availability } from "@/store/types";
import { Availability } from "@/store/storeTypes";
import ScheduledTrain from "./ScheduledTrain";
import StationRoutes from "./StationRoutes";