<?php declare(strict_types=1);
namespace Shopxline\ChildTheme;
use Shopware\Storefront\Framework\ThemeInterface;
use Shopware\Core\Framework\Plugin;
class ShopxlineChildTheme extends Plugin implements ThemeInterface
{
}