Skip to content

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elderapo committed May 4, 2019
1 parent 3bc7917 commit be52713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { deepMap as deepMapType } from 'react-children-utilities'
// @ts-ignore
import ReactChildrenUtilities from 'react-children-utilities'
import ReactChildrenUtilities, { deepMap as deepMapType } from 'react-children-utilities'

export const reactRecursiveChildrenMap = ReactChildrenUtilities.deepMap.bind(
ReactChildrenUtilities
Expand Down

0 comments on commit be52713

Please sign in to comment.