We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c5618 commit a804807Copy full SHA for a804807
README.md
@@ -18,7 +18,7 @@ npm install --save react-uncontrolled-form
18
19
Import the `Field` and `Form` modules.
20
```js
21
-import {Field, Form} from 'react-uncontrolled-form';
+import { Field, Form } from 'react-uncontrolled-form';
22
```
23
24
### Example
0 commit comments