Settings and notifications
This commit is contained in:
@@ -13,3 +13,4 @@ export const getPages = createSelector(getState, state => state.pages);
|
||||
export const getHomeItems = createSelector(getState, state => state.homeItems);
|
||||
export const getLists = createSelector(getState, state => state.lists);
|
||||
export const getSelectedList = createSelector(getState, state => state.selectedList);
|
||||
export const getSettings = createSelector(getState, state => state.settings);
|
||||
|
||||
Reference in New Issue
Block a user