const getCategories = state => state.categories.categories; const getCategory = state => state.categories.category; export { getCategories, getCategory };