import React from 'react'; export const DeliveryArea: React.FC = () => { return ( <>

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

); };