Skip to content

Commit

Permalink
fix(rn): withConfig import
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Jun 7, 2019
1 parent 5151fa5 commit 1c246f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/react-native/app/relay/config.js
@@ -1,5 +1,6 @@
import React, { PureComponent } from 'react'
import { RelayContext, QueryReducer } from './context'
import { RelayContext } from './context'
import QueryReducer from './QueryReducer'
import { View } from 'react-native'
import { withHOC, withContext } from '@berty/common/helpers/views'

Expand Down

0 comments on commit 1c246f2

Please sign in to comment.