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