forked from verdnatura/salix-front
fix: refs #6590 remove unnecessary import
This commit is contained in:
parent
c1f64b88b4
commit
3eb5041bf5
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue