Skip to content

Commit

Permalink
Remove unused import, useMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
tswaters committed Dec 8, 2019
1 parent 435fd8d commit e21d4fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
isValidElement,
memo,
useCallback,
useMemo,
useState
} from 'react'
import { oneOfType, arrayOf, func } from 'prop-types'
Expand Down

0 comments on commit e21d4fe

Please # to comment.