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:
@@ -3,11 +3,14 @@
|
||||
namespace App\Http\Livewire\School;
|
||||
|
||||
use App\Models\Country;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class CourseTable extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public Country $country;
|
||||
|
||||
public function render()
|
||||
|
||||
Reference in New Issue
Block a user