From 1e0e5da71131e397786731591f3f5276fa0e7ad4 Mon Sep 17 00:00:00 2001 From: George Lima Date: Mon, 10 Dec 2018 14:06:25 -0300 Subject: [PATCH] hotfix: fix GlobalStyle placement --- app/app.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/app.js b/app/app.js index 157fd9f..82c51e7 100644 --- a/app/app.js +++ b/app/app.js @@ -13,13 +13,15 @@ const store = configureStore({}); export default () => ( - - - - - - - - + + + + + + + + + + );