Added in navbar and settings route

This commit is contained in:
Henry Whitaker
2020-12-19 18:50:14 +00:00
parent 0910bbb757
commit 71e132e513
4 changed files with 83 additions and 3 deletions

View File

@@ -8,12 +8,14 @@ import TestsTable from '../Graphics/TestsTable';
import Settings from '../Settings/Settings';
import Login from '../Login';
import Authentication from '../Authentication/Authentication';
import Navbar from '../Navbar';
export default class HomePage extends Component {
render() {
return (
<div>
<Navbar />
<div className="my-4">
{(window.config.auth == true && window.authenticated == false) &&
<Login />