diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-24 15:19:21 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-24 15:19:21 -0400 |
| commit | 072eca0e5038a7755ca9b2c94dfe1a0c3f110968 (patch) | |
| tree | a6c54e1503baf665ad0eeaeaad6d2a2b7ba3ba39 /frontend/pages/_app.js | |
| parent | b294a6fa500b165aae86afbad5fce49a02314b0d (diff) | |
colocate queries and components
Diffstat (limited to 'frontend/pages/_app.js')
| -rw-r--r-- | frontend/pages/_app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index 65cc378..4e9af74 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -1,7 +1,6 @@ import App, { Container } from 'next/app'; import { ApolloProvider } from 'react-apollo'; import withData from '../lib/withData'; -import { CURRENT_USER_QUERY } from '../queries/queries.graphql'; import Page from '../components/Page'; // Next.js wraps each Page in an <App></App> component. This is handy for when you want to persist anything from page to page, or just access a component that is 1 level higher than each page. |
