<?php
declare(strict_types=1);
/*
* theme components bundle for Contao Open Source CMS
*
* Copyright (C) 2022 pdir / digital agentur <develop@pdir.de>
*
* @package contao-themes-net/theme-components-bundle
* @link https://github.com/contao-themes-net/theme-components-bundle
* @license LGPL-3.0+
* @author pdir GmbH <develop@pdir.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace ContaoThemesNet\ThemeComponentsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the theme bundle.
*
* @author Philipp Seibt <develop@pdir.de>
*/
class ThemeComponentsBundle extends Bundle
{
}