import React from "react"; import reactDom from "react-dom"; import App from "./src/App" reactDom.render(, document.getElementById("root"));