mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-25 00:13:16 +00:00
🛠️ Replace Livewire\Volt\Component with Livewire\Component across all Blade views for consistency with updated Livewire conventions.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use App\Attributes\SeoDataAttribute;
|
||||
use App\Traits\SeoTrait;
|
||||
use Livewire\Volt\Component;
|
||||
use Livewire\Component;
|
||||
|
||||
new
|
||||
#[SeoDataAttribute(key: 'settings_appearance')]
|
||||
|
||||
@@ -4,7 +4,7 @@ use App\Attributes\SeoDataAttribute;
|
||||
use App\Livewire\Actions\Logout;
|
||||
use App\Traits\SeoTrait;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Livewire\Volt\Component;
|
||||
use Livewire\Component;
|
||||
|
||||
new
|
||||
#[SeoDataAttribute(key: 'settings_delete_user_form')]
|
||||
|
||||
@@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Validation\Rules\Password;
|
||||
use Illuminate\Validation\ValidationException;
|
||||
use Livewire\Volt\Component;
|
||||
use Livewire\Component;
|
||||
|
||||
new
|
||||
#[SeoDataAttribute(key: 'settings_password')]
|
||||
|
||||
@@ -6,7 +6,7 @@ use App\Traits\SeoTrait;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\Session;
|
||||
use Illuminate\Validation\Rule;
|
||||
use Livewire\Volt\Component;
|
||||
use Livewire\Component;
|
||||
|
||||
new
|
||||
#[SeoDataAttribute(key: 'settings_profile')]
|
||||
|
||||
Reference in New Issue
Block a user