fix(form): wrong import in form-control.ts
This commit is contained in:
parent
54e4287b5f
commit
30fc4f48c9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import type {
|
|||
RadioOption,
|
||||
Submit,
|
||||
ValidationError,
|
||||
} from 'common/types';
|
||||
} from '@astro-reactive/common';
|
||||
|
||||
export type ControlConfig = ControlBase | Checkbox | Radio | Submit | Button;
|
||||
|
||||
|
|
Loading…
Reference in a new issue