diff options
| -rw-r--r-- | frontend/pages/_app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index e13643b..63c6be5 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -31,4 +31,4 @@ class MyApp extends App { } } -export default withData(withRouter(MyApp)); +export default withRouter(withData(MyApp)); |
