This commit is contained in:
HolgerHatGarKeineNode
2023-04-25 23:09:21 +02:00
parent 5a4322b035
commit ed54b25567
32 changed files with 683 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Http\Livewire\News;
use App\Models\LibraryItem;
use App\Traits\HasTextToSpeech;
use App\Traits\NostrTrait;
use Livewire\Component;
use RalphJSmit\Laravel\SEO\Support\SEOData;
@@ -12,6 +13,7 @@ class ArticleOverview extends Component
{
use Actions;
use NostrTrait;
use HasTextToSpeech;
public $perPage = 9;