Moved basic styling from App to Layout component, rewrote imports to speed up tree shaking

This commit is contained in:
2021-10-14 13:52:14 +03:00
parent c0f75633ae
commit 0694146544
7 changed files with 64 additions and 51 deletions

View File

@@ -7,7 +7,7 @@
</head>
<body>
<div id="root"></div>
<div id="root" style="height: 100vh"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>