We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d641b56 commit af06bf4Copy full SHA for af06bf4
src/module.ts
@@ -1,6 +1,6 @@
1
import { fileURLToPath } from 'url'
2
import { defineNuxtModule, addPlugin, createResolver, addImportsDir } from '@nuxt/kit'
3
-import { UseFetchOptions } from 'nuxt/dist/app/composables'
+import type { UseFetchOptions } from 'nuxt/dist/app/composables'
4
import { defu } from 'defu'
5
6
export interface ModuleOptions {
0 commit comments