init create-react-library@2.6.7

This commit is contained in:
2020-01-14 11:30:57 +05:30
commit d66d89afd5
21 changed files with 21198 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
ReactDOM.render(<App />, document.getElementById('root'))