feat: speedbump before deleting downloads

This commit is contained in:
2025-06-08 15:25:18 -05:00
parent b5cd240fbd
commit 781e4dcd23
6 changed files with 83 additions and 7 deletions

View File

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