mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
9 lines
89 B
PHP
9 lines
89 B
PHP
<?php
|
|
namespace Grav\Theme;
|
|
|
|
use Grav\Common\Theme;
|
|
|
|
class Future2021 extends Theme
|
|
{
|
|
|
|
}
|