From 1ff5fa81ea72ad9159af6ab058ca32c02dc9b7b4 Mon Sep 17 00:00:00 2001 From: Romain Hamel Date: Sun, 3 Nov 2024 13:52:11 +0100 Subject: [PATCH] fix(nuxt): remove unused import --- packages/nuxt/src/core/templates.ts | 1 - 1 file changed, 1 deletion(-) 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'