Skip to content

Commit c68bc23

Browse files
committed
chore(cleanup): cleanup
1 parent 85f0ea8 commit c68bc23

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"nuxt": "^3.8.2",
4949
"vitest": "^0.34.6"
5050
}
51-
}
51+
}

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { existsSync } from 'node:fs'
22
import { addComponentsDir, addImportsDir, addPlugin, addServerHandler, addServerImportsDir, createResolver, defineNuxtModule } from '@nuxt/kit'
3-
import type { UnimportOptions } from 'unimport'
43
import { createConsola } from 'consola'
54
import { join } from 'pathe'
65
import chalk from 'chalk'

0 commit comments

Comments
 (0)