Reorganize src files
This commit is contained in:
parent
232bdd1718
commit
188abe2b93
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);
|
||||
|
Loading…
Reference in New Issue
Block a user