Fix the build

This commit is contained in:
Aria Minaei 2021-07-05 15:23:54 +02:00
parent 1cff694df2
commit 1886d6ba94
2 changed files with 0 additions and 17 deletions

View file

@ -1,16 +0,0 @@
* {
box-sizing: border-box;
}
html,
body,
#root {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: white;
}

View file

@ -1,6 +1,5 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
ReactDOM.render(<App />, document.getElementById('root'))