diff --git a/src/index.tsx b/src/index.tsx index 119f65d..23795cd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,9 +4,9 @@ import { CssBaseline } from '@material-ui/core'; import App from './App'; ReactDOM.render( - +
- , +
, document.getElementById('root'), );