Create RenderableInterface

This commit is contained in:
2025-10-25 14:49:28 -04:00
parent da36060d32
commit 7b64a4af8f

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Potter\Renderable;
interface RenderableInterface
{
}