Closing many tickets
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user