mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: implement summoner emote index
This commit is contained in:
@@ -2,11 +2,16 @@
|
||||
|
||||
namespace App\View\Components\Emotes;
|
||||
|
||||
use App\Models\SummonerEmote;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class List_all extends Component
|
||||
{
|
||||
public function __construct(public SummonerEmote $emotes)
|
||||
{
|
||||
}
|
||||
|
||||
public function render(): View
|
||||
{
|
||||
return view('components.emotes.list_all');
|
||||
|
||||
Reference in New Issue
Block a user