import React from "react" ; import ReactDOM from "react-dom" ; import App from "./App" ; import "./index.css" ; // -------------------------------------------------------------------- export let gAppRef = ReactDOM.render( , document.getElementById( "app" ) ) ;