Fixed missing import

This commit is contained in:
Alexis
2025-01-13 14:07:40 +01:00
parent ad61fd5f87
commit 5400735e26

View File

@@ -2,7 +2,6 @@
import { PopoverArrow, PopoverContent, PopoverRoot, PopoverTrigger } from 'radix-vue'
import { computed, onUpdated, ref, watch } from 'vue';
import { useElementHover, useFocus } from '@vueuse/core'
import Tag from '@/components/global/Tag.vue';
const navModel = ref(false);