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

11 lines
141 B
PHP

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