index.js 156 B

1234
  1. const getCategories = state => state.categories.categories;
  2. const getCategory = state => state.categories.category;
  3. export { getCategories, getCategory };