Skip to content

Commit

Permalink
fix: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Feb 22, 2021
1 parent 08ac653 commit a799ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/renderComponent.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom'
import { isPromiseLike } from '../utils'
import { PickBy } from 'vtils/types'
import { PickBy } from '../types'
import { useUpdate } from 'react-use'

export interface RenderComponentResult<
Expand Down

0 comments on commit a799ce7

Please sign in to comment.