summaryrefslogtreecommitdiffstats
path: root/frontend/pages/_app.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/_app.js')
-rw-r--r--frontend/pages/_app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js
index 38c72c3..fce2aa5 100644
--- a/frontend/pages/_app.js
+++ b/frontend/pages/_app.js
@@ -33,7 +33,9 @@ class MyApp extends App {
return (
<Container>
<ApolloProvider client={apollo}>
- <Component {...pageProps} />
+ <Page>
+ <Component {...pageProps} />
+ </Page>
</ApolloProvider>
</Container>
);