Reorganize src files
This commit is contained in:
4
index.js
4
index.js
@@ -1,8 +1,6 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import App from "./App.jsx";
|
||||
|
||||
console.log("Starting..");
|
||||
import App from "./src/App.jsx";
|
||||
|
||||
const root = document.getElementById("root");
|
||||
ReactDOM.render(<App />, root);
|
||||
|
||||
Reference in New Issue
Block a user