docs: fix readme example
This commit is contained in:
parent
9dbf38df22
commit
23191abbf7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ npm i astro-reactive-form
|
||||||
|
|
||||||
```astro
|
```astro
|
||||||
---
|
---
|
||||||
import Form, { FormGroup } from "astro-reactive-form";
|
import Form, { FormControl, FormGroup } from "astro-reactive-form";
|
||||||
|
|
||||||
|
|
||||||
// example of a form control
|
// example of a form control
|
||||||
|
|
Loading…
Reference in a new issue