2018-04-04 05:16:09 +00:00
|
|
|
import "./main.css";
|
|
|
|
|
2018-02-18 02:00:56 +00:00
|
|
|
import React from "react";
|
|
|
|
import ReactDOM from "react-dom";
|
|
|
|
import App from "./App";
|
2017-03-26 06:53:54 +00:00
|
|
|
|
2018-02-27 04:05:22 +00:00
|
|
|
ReactDOM.render(<App />, document.getElementById("root"));
|