import ReactDOM from "react-dom"; import { Entrance } from "."; ReactDOM.render(, document.getElementById("root"));