general cleanup and stuff

This commit is contained in:
David Ralph
2019-10-21 20:04:30 +01:00
parent 4ff9ef3545
commit bdfae155ab
20 changed files with 81 additions and 80 deletions

View File

@@ -1,7 +1,9 @@
//* Imports
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App.jsx';
import App from './App';
//* Render
ReactDOM.render(
<App/>,
document.getElementById('root')