From 8082eddaeff82479831ceee0791c010cc8aa8919 Mon Sep 17 00:00:00 2001 From: Jorge Cuadra Date: Tue, 29 May 2018 12:33:21 -0500 Subject: [PATCH] Remove unused import (patch) (#4493) --- examples/with-apollo/lib/with-apollo-client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}