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