mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: remove unused type import
This commit is contained in:
parent
712f81390d
commit
dbdb3fe6a1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user