<?php
declare(strict_types=1);
namespace Builder\View\Components;
class GridComponent extends Component
{
}