Skip to content

Commit

Permalink
fix: WEB-645: Fix import type issue (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
vloss3 authored Jan 5, 2024
1 parent d641b56 commit af06bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fileURLToPath } from 'url'
import { defineNuxtModule, addPlugin, createResolver, addImportsDir } from '@nuxt/kit'
import { UseFetchOptions } from 'nuxt/dist/app/composables'
import type { UseFetchOptions } from 'nuxt/dist/app/composables'
import { defu } from 'defu'

export interface ModuleOptions {
Expand Down

0 comments on commit af06bf4

Please sign in to comment.