<?php
declare(strict_types=1);
/*
* This file is part of ContaoComponentStyleManager.
*
* (c) https://www.oveleon.de/
*/
namespace Oveleon\ContaoComponentStyleManager;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoComponentStyleManager extends Bundle
{
}