fix(form): wrong import in form-control.ts

This commit is contained in:
Ayo 2022-10-28 12:54:18 +02:00
parent 54e4287b5f
commit 30fc4f48c9

View file

@ -7,7 +7,7 @@ import type {
RadioOption, RadioOption,
Submit, Submit,
ValidationError, ValidationError,
} from 'common/types'; } from '@astro-reactive/common';
export type ControlConfig = ControlBase | Checkbox | Radio | Submit | Button; export type ControlConfig = ControlBase | Checkbox | Radio | Submit | Button;