fix: imported as type only

This commit is contained in:
Ayo 2022-10-01 14:32:34 +02:00
parent 76e57c5fd5
commit fdd1f7cf50

View file

@ -1,6 +1,6 @@
--- ---
import type { FormGroup } from '../core/form-group';
import Field from './Field.astro'; import Field from './Field.astro';
import { FormGroup } from '../core/form-group';
export interface Props { export interface Props {
group: FormGroup; group: FormGroup;