Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2024
1 parent 07dbbc2 commit 08f7478
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@ import crypto from 'node:crypto'
import { existsSync } from 'node:fs'
import { createJiti } from 'jiti'
import { createRegExp, exactly } from 'magic-regexp'
import {
addComponentsDir,
addImports,
addPlugin,
addServerHandler,
addTemplate,
defineNuxtModule,
resolvePath,
useLogger,
isNuxtMajorVersion,
} from '@nuxt/kit'
import { addComponentsDir, addImports, addPlugin, addServerHandler, addTemplate, defineNuxtModule, resolvePath, useLogger, isNuxtMajorVersion } from '@nuxt/kit'

import chalk from 'chalk'
import { join, relative, resolve } from 'pathe'
Expand Down

0 comments on commit 08f7478

Please sign in to comment.