From 2b917f53e806191340a7a26bef3468320dd29917 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Thu, 2 Jan 2020 23:42:37 +0300 Subject: Fix invalid merge commit --- src/index.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/index.js b/src/index.js index de4cb2a..725d270 100644 --- a/src/index.js +++ b/src/index.js @@ -35,17 +35,18 @@ const App = () => { } }; - const classes = useStyles(); return ( - + -
- - This is the {page} page! - { getPageComponent(page)} - - - ); +
+ + + This is the {page} page! + { getPageComponent(page) } + + + +); }; const Root = styled.div` background: cornsilk; -- cgit v1.2.3