Layout Base
This commit is contained in:
13
app/Livewire/Configuracion/Index.php
Normal file
13
app/Livewire/Configuracion/Index.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Configuracion;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Index extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.configuracion.index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user