This commit is contained in:
Joshua Hsueh 2021-04-10 15:57:17 -04:00
commit e389ebd1ab
3 changed files with 16192 additions and 35402 deletions

51591
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
import React from 'react';
import { BrowserRouter, Route, Switch } from 'react-router-dom';
import Nav from './components/Nav';

View File

@ -38,7 +38,7 @@ const Pool = () => {
<div className="bg-dark" style={{ minHeight: '100vh' }}>
<h1
style={{ backgroundColor: '#F1EAE8', fontFamily: 'Impact' }}
className=" d-flex justify-content-center p-4"
className="d-flex justify-content-center p-4"
>
Pool {id}
</h1>