mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 13:17:57 +01:00
test: move Button to elements dir
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { describe, it, expect } from 'vitest'
|
import { describe, it, expect } from 'vitest'
|
||||||
import Button from '../../src/runtime/components/elements/Button.vue'
|
import Button from '../../src/runtime/components/elements/Button.vue'
|
||||||
import type { TypeOf } from 'zod'
|
import type { TypeOf } from 'zod'
|
||||||
import ComponentRender from './component-render'
|
import ComponentRender from '../component-render'
|
||||||
|
|
||||||
type ButtonOptions = TypeOf<typeof Button.props>
|
type ButtonOptions = TypeOf<typeof Button.props>
|
||||||
|
|
||||||
Reference in New Issue
Block a user