cleaning out legacy and making it work
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import "./styles/index.css";
|
||||
import './styles/index.css';
|
||||
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
|
||||
import NirvanaApp from "./pages/nirvanaApp";
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
|
||||
function render() {
|
||||
ReactDOM.render(<NirvanaApp />, document.getElementById("root"));
|
||||
ReactDOM.render(<div>test</div>, document.getElementById('root'));
|
||||
}
|
||||
|
||||
render();
|
||||
|
||||
Reference in New Issue
Block a user