Files
torsearch/src/Twig/Components/SearchResult.php
2025-04-20 23:47:12 -05:00

11 lines
144 B
PHP

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