Skip to content

Commit 20734e6

Browse files
update readme file
1 parent 390af73 commit 20734e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default App
126126
127127
import React, { useEffect, useState } from 'react'
128128
import { useForm } from 'use-react-form-hook';
129-
import { VALIDATOR_REQUIRE, VALIDATOR_MINLENGTH, VALIDATOR_EMAIL, validate } from './utils/validators';
129+
import { VALIDATOR_REQUIRE, VALIDATOR_MINLENGTH } from './utils/validators';
130130
131131
132132
const EditPage = () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-react-form-hook",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "",
55
"author": "jayeshsojitra103",
66
"license": "MIT",

0 commit comments

Comments
 (0)