changed hierachy
This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user