move most of the app into a src/app subdir
I think the index stuff was getting too easy to confuse for app code!
This commit is contained in:
parent
0eae1679aa
commit
01c3f1f2fa
11 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import "./index.css";
|
||||
import App from "./App";
|
||||
import App from "./app/App";
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
|
|
Loading…
Reference in a new issue