From da59ab74f56c677f07765135d68fa7239f4569e0 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 May 2018 12:32:47 -0400 Subject: _app --- frontend/pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/pages/_app.js') 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)); -- cgit v1.3