Skip to content

Commit 08f7478

Browse files
committed
chore: format
1 parent 07dbbc2 commit 08f7478

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/module.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@ import crypto from 'node:crypto'
33
import { existsSync } from 'node:fs'
44
import { createJiti } from 'jiti'
55
import { createRegExp, exactly } from 'magic-regexp'
6-
import {
7-
addComponentsDir,
8-
addImports,
9-
addPlugin,
10-
addServerHandler,
11-
addTemplate,
12-
defineNuxtModule,
13-
resolvePath,
14-
useLogger,
15-
isNuxtMajorVersion,
16-
} from '@nuxt/kit'
6+
import { addComponentsDir, addImports, addPlugin, addServerHandler, addTemplate, defineNuxtModule, resolvePath, useLogger, isNuxtMajorVersion } from '@nuxt/kit'
177

188
import chalk from 'chalk'
199
import { join, relative, resolve } from 'pathe'

0 commit comments

Comments
 (0)