added profile #48
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
} from "react-router-dom";
|
||||
import SelectResource from './selectResource';
|
||||
import ResourceChart from './resourcechart/resourcechart';
|
||||
import Profile from './profile/profile';
|
||||
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
@@ -23,6 +24,7 @@ export default function Content() {
|
||||
|
||||
<div className={classes.root}>
|
||||
<Route exact path="/" component={Overview} />
|
||||
<Route path="/profile" component={Profile} />
|
||||
<Route path="/resources" component={SelectResource} />
|
||||
<Route path="/resourcechart/:id" component={ResourceChart} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user