Spaces:
Configuration error
Configuration error
File size: 199 Bytes
e2f925b |
1 2 3 4 5 6 7 8 9 10 11 |
import React from "react"
import ReactDOM from "react-dom"
import Quill from "./quill"
ReactDOM.render(
<React.StrictMode>
<Quill />
</React.StrictMode>,
document.getElementById("root")
)
|