<?php
namespace App\Twig\Components;
use App\Entity\Faq;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('FAQsList')]
class FAQsList
{
public array $faqs;
}