mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
TTS
This commit is contained in:
@@ -4,11 +4,14 @@ namespace App\Http\Livewire\BookCase;
|
||||
|
||||
use App\Models\Country;
|
||||
use App\Models\User;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class HighscoreTable extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public Country $country;
|
||||
|
||||
public bool $viewingModal = false;
|
||||
|
||||
Reference in New Issue
Block a user