fix: imported as type only
This commit is contained in:
parent
76e57c5fd5
commit
fdd1f7cf50
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import type { FormGroup } from '../core/form-group';
|
||||
import Field from './Field.astro';
|
||||
import { FormGroup } from '../core/form-group';
|
||||
|
||||
export interface Props {
|
||||
group: FormGroup;
|
||||
|
|
Loading…
Reference in a new issue