Rework frontend

This commit is contained in:
F4ilji
2025-04-02 18:09:54 +05:00
parent 49072e50c7
commit bd3a4408b1
197 changed files with 9715 additions and 6664 deletions
@@ -0,0 +1,8 @@
<?php
namespace App\Services\App\Seo;
interface SeoDescriptionInterface
{
public function getSeoDescription(): array;
}