3 changed files with 20 additions and 1 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
<?php |
||||
|
||||
declare(strict_types=1); |
||||
|
||||
namespace App\Twig\Components; |
||||
|
||||
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent; |
||||
|
||||
#[AsTwigComponent] |
||||
|
||||
class Header |
||||
{ |
||||
public function __construct() |
||||
{ |
||||
} |
||||
} |
||||
Loading…
Reference in new issue