Style tweaks

This commit is contained in:
MICHAEL JACKSON
2018-02-26 20:05:22 -08:00
parent 347c993407
commit 340c8ce117
4 changed files with 6 additions and 6 deletions

View File

@ -3,4 +3,4 @@ import ReactDOM from "react-dom";
import App from "./App";
import "./main.css";
ReactDOM.render(<App />, document.getElementById("app"));
ReactDOM.render(<App />, document.getElementById("root"));