import React from 'react'; type Props = { children: React.ReactNode }; export const DeliveryArea: React.FC = () => { return ( <>

Зона доставки пиццы

); };