mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-15 07:06:47 +00:00
TTS
This commit is contained in:
@@ -5,11 +5,14 @@ namespace App\Http\Livewire\Meetup;
|
||||
use App\Models\Country;
|
||||
use App\Models\Meetup;
|
||||
use App\Models\MeetupEvent;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class LandingPage extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public Meetup $meetup;
|
||||
|
||||
public Country $country;
|
||||
|
||||
Reference in New Issue
Block a user