Files
torsearch/src/Twig/Components/ActionButton.php

11 lines
144 B
PHP

<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent]
final class ActionButton
{
}