fix(form): incorrect imports
This commit is contained in:
parent
304100fa5f
commit
82c121a85d
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
import { Submit, FormGroup, FormControl, Radio, RadioOption } from './core';
|
||||
import Field from './components/Field.astro';
|
||||
import type { Submit, Radio, RadioOption } from 'common/types';
|
||||
import { FormGroup, FormControl } from './core';
|
||||
import FieldSet from './components/FieldSet.astro';
|
||||
import Field from './components/Field.astro';
|
||||
|
||||
export interface Props {
|
||||
formGroups: FormGroup | FormGroup[];
|
||||
|
|
Loading…
Reference in a new issue