fix: adds action button to manually run monitors

This commit is contained in:
2025-07-07 16:12:21 -05:00
parent 5e48fdb978
commit 32389cb27a
6 changed files with 76 additions and 2 deletions

View File

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