Skip to content

Commit c204bc3

Browse files
committed
fix(DescriptionList): move from components/content to components
1 parent b0c0084 commit c204bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/DescriptionList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import type { VariantProps } from 'tailwind-variants'
33
import type { AppConfig } from '@nuxt/schema'
44
import _appConfig from '#build/app.config'
5-
import theme from '#build/b24ui/content/description-list'
5+
import theme from '#build/b24ui/description-list'
66
import { tv } from '../utils/tv'
77
import type { AvatarProps, ButtonProps, IconComponent } from '../types'
88
import type { DynamicSlots } from '../types/utils'

0 commit comments

Comments
 (0)