import * as React from "react"; import { render } from "react-dom"; /* Main App Container */ import App from "./containers/App"; render(, document.getElementById("app"));