Skip to content

Commit 23d1703

Browse files
committed
chore: move types to src root
1 parent 72bbb6d commit 23d1703

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { defu } from 'defu'
1111

1212
// Types
13-
import type { ModuleOptions } from '../src/runtime/types'
13+
import type { ModuleOptions } from './types'
1414

1515
export default defineNuxtModule<ModuleOptions>({
1616
meta: {

src/runtime/composables/nuxtify.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Types
2-
import type { ModuleOptions } from '../types'
2+
import type { ModuleOptions } from '../../types'
33

44
import { useAppConfig } from '#app'
55

File renamed without changes.

0 commit comments

Comments
 (0)