- Add (rename) component for
/users/id/entities
- Add new component for ALL entities
Right now we have:
<ReactRouter.Route path="/" component={EntityTable}/> // just the user's entities
We want to add:
<ReactRouter.Route path="/all" component={EntityTable}/> // all entities
/users/id/entitiesRight now we have:
<ReactRouter.Route path="/" component={EntityTable}/> // just the user's entitiesWe want to add:
<ReactRouter.Route path="/all" component={EntityTable}/> // all entities