Moved Router to the same component as Route

This commit is contained in:
Przemek Wiech
2019-02-25 21:01:46 +01:00
parent 4625b0c44c
commit f8bfebcaf1
3 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
body, html, #root {
body, html {
height: 100%;
}
@@ -6,7 +6,7 @@ body, html, #root {
cursor: pointer;
}
.root {
#root {
height: 100%;
display: flex;
flex-direction: column;