1 2 3 4
import * as ReactDOM from "react-dom"; export default function start(EntryPointNamespace) { ReactDOM.render(EntryPointNamespace.default); }