Skip to content
Snippets Groups Projects
Commit 8cdad02b authored by Ina Martini's avatar Ina Martini
Browse files

fix: delete unused import

parent 101db904
No related branches found
No related tags found
3 merge requests!66Final merge,!42Refactor interactiveSpare to modal,!4Pipeline fix
......@@ -42,7 +42,7 @@
</template>
<script setup lang="ts">
import {computed, defineProps, onMounted, ref, watch} from 'vue'
import {computed, defineProps,ref, watch} from 'vue'
import spareImageSrc from '@/assets/spare.png'
import ModalComponent from '@/components/ModalComponent.vue'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment