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