remove Template

This commit is contained in:
2026-03-20 18:41:28 -04:00
parent eb593180f8
commit 3470ce02f6
2 changed files with 0 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
<?php
declare(strict_types=1);
namespace Potter\Template;
interface TemplateInterface
{ }

View File

@@ -1,8 +0,0 @@
<?php
declare(strict_types=1);
namespace Potter\Template;
trait TemplateTrait
{ }