Removed unnecessary isomorphic-fetch import.

This commit is contained in:
Jayden Seric 2017-08-10 19:17:19 +10:00
parent 93cc5518e2
commit 5bbbc7cb97

View File

@ -1,4 +1,3 @@
import 'isomorphic-fetch'
import { ApolloClient } from 'react-apollo'
import BatchHttpLink from 'apollo-link-batch-http'
import { createApolloFetchUpload } from 'apollo-fetch-upload'