mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 11:01:13 +00:00
10 lines
89 B
PHP
10 lines
89 B
PHP
|
<?php
|
||
|
namespace Grav\Theme;
|
||
|
|
||
|
use Grav\Common\Theme;
|
||
|
|
||
|
class Antimatter extends Theme
|
||
|
{
|
||
|
|
||
|
}
|