From 1da1645c51130f4c364251957e73a44f4c50580f Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 15 Apr 2024 16:40:19 +0200 Subject: [PATCH] chore(preview): cleanup --- src/components/sections/TrainImageSection.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/sections/TrainImageSection.vue b/src/components/sections/TrainImageSection.vue index b720c5c..39dd75a 100644 --- a/src/components/sections/TrainImageSection.vue +++ b/src/components/sections/TrainImageSection.vue @@ -67,7 +67,6 @@ import { computed, defineComponent } from 'vue'; import { useStore } from '../../store'; import { isTractionUnit } from '../../utils/vehicleUtils'; -import { IVehicle } from '../../types'; import imageMixin from '../../mixins/imageMixin'; export default defineComponent({