🛠️ Replace Livewire\Volt\Component with Livewire\Component across all Blade views for consistency with updated Livewire conventions.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-17 16:12:07 +01:00
parent e5ea65fa77
commit eebe453f5a
53 changed files with 159 additions and 1177 deletions

View File

@@ -3,7 +3,7 @@
use App\Models\Meetup;
use App\Models\MeetupEvent;
use Livewire\Attributes\Lazy;
use Livewire\Volt\Component;
use Livewire\Component;
new
#[Lazy]

View File

@@ -1,7 +1,7 @@
<?php
use Livewire\Attributes\Lazy;
use Livewire\Volt\Component;
use Livewire\Component;
new
#[Lazy]

View File

@@ -2,7 +2,7 @@
use App\Models\Meetup;
use Livewire\Attributes\Lazy;
use Livewire\Volt\Component;
use Livewire\Component;
new
#[Lazy]