1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Add home when on '/' route

This commit is contained in:
Markus Grigull 2017-08-17 17:35:15 +02:00
parent c02634351b
commit cc2766e373

View file

@ -108,6 +108,7 @@ class App extends React.Component {
<SidebarMenu currentRole={ this.state.currentRole }/>
<div className="app-content">
<Route exact path="/" component={Home} />
<Route path="/home" component={Home} />
<Route exact path="/projects" component={Projects} />
<Route path="/projects/:project" component={Project} />