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