Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
How could you convert this Twig Component into a Live Component:
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent]
class Alert
{
}
Skip challenges and go to theNext Chapter