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 <?php
namespace App\Livewire; namespace App\Livewire\Filament;
use Livewire\Component; use Livewire\Component;
@@ -8,6 +8,6 @@ class Manufacturer extends Component
{ {
public function render() public function render()
{ {
return view('livewire.manufacturer'); return view('livewire.filament.manufacturer');
} }
} }
@@ -0,0 +1,3 @@
<div>
{{-- The whole world belongs to you. --}}
</div>
@@ -1,3 +0,0 @@
<div>
{{-- Do your work, then step back. --}}
</div>