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