diff --git a/examples/with-apollo/lib/with-apollo-client.js b/examples/with-apollo/lib/with-apollo-client.js index f5efe844..8274678b 100644 --- a/examples/with-apollo/lib/with-apollo-client.js +++ b/examples/with-apollo/lib/with-apollo-client.js @@ -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 } } -} \ No newline at end of file +}