Skip to content

Commit aa74a4f

Browse files
committed
chore(templates): import from @nuxt/ui
1 parent 8399b14 commit aa74a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function getTemplates(options: ModuleOptions, uiConfig: Record<string, an
7979
templates.push({
8080
filename: 'types/ui.d.ts',
8181
getContents: () => `import * as ui from '#build/ui'
82-
import type { DeepPartial } from '#ui/types/utils'
82+
import type { DeepPartial } from '@nuxt/ui'
8383
import type { defaultConfig } from 'tailwind-variants'
8484
import colors from 'tailwindcss/colors'
8585

0 commit comments

Comments
 (0)