@@ -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>
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user