mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove unused import (patch) (#4493)
This commit is contained in:
parent
cd1a2fbd91
commit
8082eddaef
|
@ -1,7 +1,6 @@
|
|||
import initApollo from './init-apollo'
|
||||
import Head from 'next/head'
|
||||
import { getDataFromTree } from 'react-apollo'
|
||||
import propTypes from 'prop-types'
|
||||
|
||||
export default (App) => {
|
||||
return class Apollo extends React.Component {
|
||||
|
@ -63,4 +62,4 @@ export default (App) => {
|
|||
return <App {...this.props} apolloClient={this.apolloClient} />
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue