Remove CRA stuff, revert to custom webpack config
This commit is contained in:
@ -3,4 +3,4 @@ import ReactDOM from "react-dom"
|
||||
import App from "./App"
|
||||
import "./index.css"
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById("root"))
|
||||
ReactDOM.render(<App />, document.getElementById("app"))
|
||||
|
||||
Reference in New Issue
Block a user