Massive Update

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
Co-authored-by: Wessel Tip <discord@go2it.eu>
Co-authored-by: Isaac Saunders <contact@eartharoid.me>
This commit is contained in:
David Ralph
2020-08-10 19:49:46 +01:00
parent 80b1ef6ab4
commit 21ae1ff461
31 changed files with 1017 additions and 454 deletions

View File

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