Added: Collection to starred view

Alphabetical sort to starred view
This commit is contained in:
Tom Moor
2018-11-19 23:01:49 -08:00
parent 2c55f94d39
commit ecc7ba0e9d
4 changed files with 38 additions and 5 deletions

View File

@ -42,6 +42,7 @@ export default function Routes() {
<Route path="/dashboard/:tab" component={Dashboard} />
<Route path="/dashboard" component={Dashboard} />
<Route exact path="/starred" component={Starred} />
<Route exact path="/starred/:sort" component={Starred} />
<Route exact path="/drafts" component={Drafts} />
<Route exact path="/settings" component={Settings} />
<Route exact path="/settings/details" component={Details} />