style: remove unused import

This commit is contained in:
Daniel Roe 2022-04-11 15:13:21 +01:00
parent 38cd6f0f03
commit bc1e00a8df

View File

@ -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'