fix: adds status badges

This commit is contained in:
2025-05-12 14:17:22 -05:00
parent 888a030680
commit 8428fc6cf6
6 changed files with 25 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent]
final class StatusBadge
{
}