Fix broken links

This commit is contained in:
John Lyon-Smith
2018-05-14 13:31:46 -07:00
parent 68f976ed7f
commit 5b4798b196
4 changed files with 90 additions and 82 deletions

View File

@@ -56,7 +56,7 @@ export class App extends Component {
<ProtectedRoute exact path="/app/profile" component={Profile} />
<ProtectedRoute exact admin path="/app/home" component={Home} />
<ProtectedRoute exact admin path="/app/teams" component={Teams} />
<ProtectedRoute exact admin path="/system" component={System} />
<ProtectedRoute exact admin path="/app/system" component={System} />
<ProtectedRoute exact admin path="/app/users" component={Users} />
<DefaultRoute redirect="/app/home" />
</Switch>