<?php
/**
* Contao Bootstrap grid.
*
* @filesource
*/
declare(strict_types=1);
namespace ContaoBootstrap\Grid;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoBootstrapGridBundle extends Bundle
{
}