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
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace App\Livewire\Filament;
use Livewire\Component;
class Manufacturer extends Component
{
public function render()
{
return view('livewire.filament.manufacturer');
}
}