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:
parent
c02634351b
commit
cc2766e373
1 changed files with 1 additions and 0 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue