Integrating React
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
import App from '../../componets/App';
|
||||
|
||||
import '../../style.css';
|
||||
import '../../service-worker';
|
||||
|
||||
ReactDOM.render(<App/>, document.getElementById('root'));
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
<title>Regexper</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>App Content</h1>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user