Initial commit
This commit is contained in:
6
src/index.tsx
Normal file
6
src/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
|
||||
import Home from '@app/components/Home'
|
||||
|
||||
ReactDOM.render(<Home />, document.getElementById('root'))
|
||||
Reference in New Issue
Block a user