Skip to content

Commit 93ddf1d

Browse files
committedJul 30, 2024·
fix(types): only use .ts for index
1 parent 03c5820 commit 93ddf1d

33 files changed

+1
-1
lines changed
 

‎src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineNuxtModule, installModule, addComponentsDir, addImportsDir, creat
33
import { name, version } from '../package.json'
44
import createTemplates from './templates'
55
import * as config from './runtime/ui.config'
6-
import type { DeepPartial, Strategy } from './runtime/types/utils'
6+
import type { DeepPartial, Strategy } from './runtime/types'
77
import installTailwind from './tailwind'
88

99
const _require = createRequire(import.meta.url)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.