Skip to content

Commit 29c6ca1

Browse files
committed
feat(lint): update
1 parent f226ee7 commit 29c6ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { existsSync } from 'node:fs'
22
import type { NuxtModule } from 'nuxt/schema'
3-
import { addComponentsDir, addImports, addPlugin, addServerHandler, addServerImports, addServerPlugin, addTemplate, createResolver, defineNuxtModule, logger } from '@nuxt/kit'
3+
import { addComponentsDir, addImports, addPlugin, addServerHandler, addServerImports, addServerPlugin, createResolver, defineNuxtModule, logger } from '@nuxt/kit'
44
import { join } from 'pathe'
55
import * as execa from 'execa'
66
import chalk from 'chalk'

0 commit comments

Comments
 (0)