docs: fix readme example

This commit is contained in:
Ayo 2022-09-26 11:21:26 +02:00
parent 9dbf38df22
commit 23191abbf7

View file

@ -19,7 +19,7 @@ npm i astro-reactive-form
```astro
---
import Form, { FormGroup } from "astro-reactive-form";
import Form, { FormControl, FormGroup } from "astro-reactive-form";
// example of a form control