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