progress in auth and other contexts
This commit is contained in:
@@ -2,9 +2,10 @@ import './styles/index.css';
|
||||
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
import ElectronApp from './tree/electronApp';
|
||||
|
||||
function render() {
|
||||
ReactDOM.render(<div>test</div>, document.getElementById('root'));
|
||||
ReactDOM.render(<ElectronApp />, document.getElementById('root'));
|
||||
}
|
||||
|
||||
render();
|
||||
|
||||
Reference in New Issue
Block a user