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