diff --git a/pages/_app.jsx b/pages/_app.jsx index 9760aadf..8660de65 100644 --- a/pages/_app.jsx +++ b/pages/_app.jsx @@ -38,8 +38,8 @@ class App extends NextApp { const { initialState, ...restPageProps } = pageProps || {} return ( -
- +
+
) }