fix: remove unused type import

This commit is contained in:
tbitw2549 2024-06-14 19:21:26 +03:00
parent 712f81390d
commit dbdb3fe6a1
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import { createStaticVNode, createVNode, defineComponent, getCurrentInstance, h, onBeforeUnmount, onMounted, ref } from 'vue'
import type { Component, Ref } from 'vue'
// import ClientOnly from '#app/components/client-only'
import type { ObserveFn } from '#app/utils'
import { getFragmentHTML } from '#app/components/utils'
import { useNuxtApp } from '#app/nuxt'
import { cancelIdleCallback, requestIdleCallback } from '#app/compat/idle-callback'