Skip to content

Commit

Permalink
chore(templates): import from @nuxt/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 4, 2025
1 parent 8399b14 commit aa74a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function getTemplates(options: ModuleOptions, uiConfig: Record<string, an
templates.push({
filename: 'types/ui.d.ts',
getContents: () => `import * as ui from '#build/ui'
import type { DeepPartial } from '#ui/types/utils'
import type { DeepPartial } from '@nuxt/ui'
import type { defaultConfig } from 'tailwind-variants'
import colors from 'tailwindcss/colors'
Expand Down

0 comments on commit aa74a4f

Please sign in to comment.