<?php
namespace App\Twig\Components;
use App\Entity\Price;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('PriceBlock')]
class PriceBlock
{
public Price $price;
}