diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-11 12:31:49 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-11 12:31:49 -0400 |
| commit | d3838ccb799cd8c286efcea90d776e8b6936d484 (patch) | |
| tree | 4430ea2ada80b1fefb057adfce91867484be7475 /frontend/pages/update.js | |
| parent | 8ccb0d93cdc064776454c929e15aa03129be37a3 (diff) | |
move apollo to _app
Diffstat (limited to 'frontend/pages/update.js')
| -rw-r--r-- | frontend/pages/update.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/pages/update.js b/frontend/pages/update.js index f5fbc43..69cfdc3 100644 --- a/frontend/pages/update.js +++ b/frontend/pages/update.js @@ -1,5 +1,4 @@ import { Component } from 'react'; -import withData from '../lib/withData'; import UpdateItem from '../components/UpdateItem'; import Page from '../components/Page'; import PleaseSignIn from '../components/PleaseSignIn'; @@ -16,4 +15,4 @@ class Home extends Component { } } -export default withData(Home); +export default Home; |
