🛠️ 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

@@ -14,8 +14,8 @@ return [
*/
'component_locations' => [
resource_path('views/components'),
resource_path('views/livewire'),
resource_path('views/components'),
],
/*