We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bbb6d commit 23d1703Copy full SHA for 23d1703
src/module.ts
@@ -10,7 +10,7 @@ import {
10
import { defu } from 'defu'
11
12
// Types
13
-import type { ModuleOptions } from '../src/runtime/types'
+import type { ModuleOptions } from './types'
14
15
export default defineNuxtModule<ModuleOptions>({
16
meta: {
src/runtime/composables/nuxtify.ts
@@ -1,5 +1,5 @@
1
2
-import type { ModuleOptions } from '../types'
+import type { ModuleOptions } from '../../types'
3
4
import { useAppConfig } from '#app'
5
src/runtime/types.ts renamed to src/types.ts
0 commit comments