Skip to content

Commit 0754a12

Browse files
committed
fix: proper type import path
1 parent b4b13d2 commit 0754a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { defu } from 'defu'
99
import { name, version } from '../package.json'
1010

1111
// Types
12-
import type { ModuleOptions } from './types/types'
12+
import type { ModuleOptions } from './types/module'
1313

1414
export default defineNuxtModule<ModuleOptions>().with({
1515
meta: {

0 commit comments

Comments
 (0)