import React from "react" import ReactDOM from "react-dom" import Quill from "./quill" ReactDOM.render( , document.getElementById("root") )