diff --git a/packages/nuxt/src/core/templates.ts b/packages/nuxt/src/core/templates.ts index b77fa54568..d25e30b8e6 100644 --- a/packages/nuxt/src/core/templates.ts +++ b/packages/nuxt/src/core/templates.ts @@ -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'