Skip to content

Commit af06bf4

Browse files
authored
fix: WEB-645: Fix import type issue (#187)
1 parent d641b56 commit af06bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fileURLToPath } from 'url'
22
import { defineNuxtModule, addPlugin, createResolver, addImportsDir } from '@nuxt/kit'
3-
import { UseFetchOptions } from 'nuxt/dist/app/composables'
3+
import type { UseFetchOptions } from 'nuxt/dist/app/composables'
44
import { defu } from 'defu'
55

66
export interface ModuleOptions {

0 commit comments

Comments
 (0)