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 React from "react";
|
||||||
import ReactDOM from "react-dom";
|
import ReactDOM from "react-dom";
|
||||||
import "./index.css";
|
import "./index.css";
|
||||||
import App from "./App";
|
import App from "./app/App";
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<App />
|
<App />
|
||||||
|
|
Loading…
Reference in a new issue