changed hierachy

This commit is contained in:
2025-04-22 17:51:25 +02:00
parent db33f9db49
commit 77b1b85f1e
3 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
<?php
namespace App\Livewire;
namespace App\Livewire\Filament;
use Livewire\Component;
@@ -8,6 +8,6 @@ class Manufacturer extends Component
{
public function render()
{
return view('livewire.manufacturer');
return view('livewire.filament.manufacturer');
}
}