fix(nuxt): remove unused import

This commit is contained in:
Romain Hamel 2024-11-03 13:52:11 +01:00
parent 65c4e69742
commit 1ff5fa81ea

View File

@ -10,7 +10,6 @@ import { filename } from 'pathe/utils'
import type { NuxtTemplate } from 'nuxt/schema'
import type { Nitro } from 'nitro/types'
import { distDir } from '../dirs'
import { annotatePlugins, checkForCircularDependencies } from './app'
import { EXTENSION_RE } from './utils'