<?php
namespace App\Twig\Components;
use App\Entity\News;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('NewsThumbnail')]
class NewsThumbnail
{
public News $article;
}