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