Add alternative to useEffect

This commit is contained in:
Abhas
2019-01-03 18:38:03 +05:30
parent ad2d4e9b36
commit 82cedfb40b
2 changed files with 157 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from "react-dom";
import App from "./App";
import App from "./App2";
import * as serviceWorker from "./serviceWorker";
ReactDOM.render(<App />, document.getElementById("root"));