Skip to content

Commit

Permalink
fix(rn): circular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
glouvigny committed Feb 26, 2019
1 parent 89a8d6e commit 3009b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/react-native/common/relay/Pagination.js
Expand Up @@ -2,7 +2,7 @@ import { ActivityIndicator, FlatList } from 'react-native'
import React, { Component, PureComponent } from 'react'
import Relay from 'react-relay'

import { Flex } from '../components/Library'
import Flex from '../components/Library/Flex'
import { QueryReducer } from '.'
import genericUpdater from './genericUpdater'

Expand Down

0 comments on commit 3009b34

Please sign in to comment.