added routing for resources + resourcecharts #1 #9

This commit is contained in:
2020-04-18 01:06:51 +02:00
parent 9edeb83fea
commit 02c14e1541
7 changed files with 72 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import { makeStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';
const useStyles = makeStyles(theme => ({
root: {
@@ -15,7 +16,12 @@ export default function Overview() {
return (
<div className={classes.root}>
Hallo i bims 1 nicer Overview
<Typography variant="h3">
Welcome!
</Typography>
<Typography variant="h4">
This is the official unofficial Dashboard for Sim Companies
</Typography>
</div>
);