feat: adds list editor
feat: adds list editor
This commit is contained in:
@@ -14,9 +14,10 @@ export class AppComponent {
|
||||
navigationItems = [
|
||||
{title: 'Authorize', link: '/auth'},
|
||||
{title: 'Stats', link: '/sync'},
|
||||
{title: 'List view', link: '/list'},
|
||||
{title: 'Matrix View', link: '/matrix'},
|
||||
{title: 'Table View', link: '/table'},
|
||||
{title: 'Edit Lists', link: '/lists'},
|
||||
{title: 'List view', link: '/followings/list'},
|
||||
{title: 'Matrix View', link: '/followings/matrix'},
|
||||
{title: 'Table View', link: '/followings/table'},
|
||||
];
|
||||
|
||||
constructor(private store: Store, private persistentStore: PersistentStore) {
|
||||
|
||||
Reference in New Issue
Block a user