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 8520289 commit a9b0a06Copy full SHA for a9b0a06
src/runtime/composables/nuxtify.ts
@@ -1,6 +1,3 @@
1
-// Types
2
-import type { ModuleOptions } from '../../types'
3
-
4
import { useAppConfig } from '#imports'
5
6
-export const useNuxtifyConfig = (): ModuleOptions => useAppConfig().nuxtify
+export const useNuxtifyConfig = () => useAppConfig().nuxtify
0 commit comments