mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
TTS
This commit is contained in:
@@ -4,11 +4,14 @@ namespace App\Http\Livewire\BitcoinEvent;
|
||||
|
||||
use App\Models\BitcoinEvent;
|
||||
use App\Models\Country;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class BitcoinEventTable extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public Country $country;
|
||||
|
||||
public ?int $year = null;
|
||||
|
||||
Reference in New Issue
Block a user