mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51: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
|
|
{
|
|
|
|
}
|