Closing many tickets

This commit is contained in:
John Lyon-Smith
2018-04-22 15:22:36 -07:00
parent 4bc0a6cd30
commit 5cb13f7498
31 changed files with 392 additions and 100 deletions

View File

@@ -71,11 +71,11 @@ export default class App extends React.Component {
<ProtectedRoute exact path="/home" component={Home} />
<ProtectedRoute exact path="/arviewer" component={ARViewer} />
<ProtectedRoute exact path="/activity" component={Activity} />
<ProtectedRoute exact admin path="/workitem" component={WorkItem} />
<ProtectedRoute exact admin path="/workItem" component={WorkItem} />
<ProtectedRoute
exact
admin
path="/workitemlist"
path="/workItemList"
component={WorkItemList}
/>
<DefaultRoute />