remove dead imports
This commit is contained in:
parent
aa8de9d420
commit
efe8bd5f43
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace Shimmie2;
|
|||
|
||||
use MicroHTML\HTMLElement;
|
||||
|
||||
use function MicroHTML\{A,B,BR,IMG,OPTION,SELECT,emptyHTML};
|
||||
use function MicroHTML\{A,B,BR,IMG,emptyHTML};
|
||||
|
||||
/**
|
||||
* Class BaseThemelet
|
||||
|
|
Reference in a new issue