import { RootState } from '../store'; export const selectCategoriesData = (state: RootState) => state.categories;