mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki po migracji
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Availability } from "@/store/storeTypes";
|
||||
import ScheduledTrain from "./ScheduledTrain";
|
||||
import StationRoutes from "./StationRoutes";
|
||||
import { Availability } from '../../store/storeTypes';
|
||||
import ScheduledTrain from './ScheduledTrain';
|
||||
import StationRoutes from './StationRoutes';
|
||||
|
||||
export default interface Station {
|
||||
name: string;
|
||||
@@ -58,5 +58,5 @@ export default interface Station {
|
||||
}[];
|
||||
|
||||
scheduledTrains?: ScheduledTrain[];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import TrainStop from "@/scripts/interfaces/TrainStop";
|
||||
import TrainStop from './TrainStop';
|
||||
|
||||
export default interface Train {
|
||||
trainId: string;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="scenery-left">
|
||||
<div class="scenery-actions">
|
||||
<button v-if="!timetableOnly" class="back-btn btn" :title="$t('scenery.return-btn')" @click="navigateTo('/')">
|
||||
<img :src="getImage('back')" alt="Back to scenery" />
|
||||
<img :src="getIcon('back')" alt="Back to scenery" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user