mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
style: remove unused import
This commit is contained in:
parent
38cd6f0f03
commit
bc1e00a8df
@ -1,5 +1,5 @@
|
||||
import { createHead, renderHeadToString } from '@vueuse/head'
|
||||
import { computed, ref, unref, watchEffect, onBeforeUnmount, getCurrentInstance, ComputedGetter } from 'vue'
|
||||
import { computed, ref, watchEffect, onBeforeUnmount, getCurrentInstance, ComputedGetter } from 'vue'
|
||||
import defu from 'defu'
|
||||
import type { MetaObject } from '..'
|
||||
import { defineNuxtPlugin } from '#app'
|
||||
|
Loading…
Reference in New Issue
Block a user