mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: start on emote components...
This commit is contained in:
14
app/View/Components/Emotes/List_all.php
Normal file
14
app/View/Components/Emotes/List_all.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\View\Components\Emotes;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class List_all extends Component
|
||||
{
|
||||
public function render(): View
|
||||
{
|
||||
return view('components.emotes.list_all');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user