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