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