import { Root } from "./components/root"; import * as React from "react"; import * as ReactDOM from "react-dom"; const body = document.getElementById("mount"); ReactDOM.render(, body);