Initial commit & basic panel structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react'
|
||||
import ReactDom from 'react-dom'
|
||||
|
||||
import App from './app'
|
||||
|
||||
ReactDom.render(<App/>, document.getElementById('root'))
|
||||
Reference in New Issue
Block a user