0
0
Fork 0

fix: refs #6590 remove unnecessary import

This commit is contained in:
Alex Moreno 2024-04-22 07:50:34 +02:00
parent c1f64b88b4
commit 3eb5041bf5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { computed, ref, defineExpose } from 'vue';
import { computed, ref } from 'vue';
import LeftMenuItem from './LeftMenuItem.vue';
import { elementIsVisibleInViewport } from 'src/composables/elementIsVisibleInViewport';