diff --git a/src/Form.astro b/src/Form.astro index 2a52b67..13ee6f7 100644 --- a/src/Form.astro +++ b/src/Form.astro @@ -3,7 +3,7 @@ import {FormGroup} from './form-group'; const form: FormGroup = Astro.props.formGroup; ---