init commit ⊂◉‿◉つ
This commit is contained in:
commit
c8c51623a6
19 changed files with 7568 additions and 0 deletions
6
src/index.js
Normal file
6
src/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue