forge/app/Livewire/Mod/ModerationOptions.php
waffle.lord a7e545d3c1 get component on the card
things are moving slow here because I'm a busy bee it seems these days
:(
2024-11-20 16:05:35 -05:00

14 lines
204 B
PHP

<?php
namespace App\Livewire\Mod;
use Livewire\Component;
class ModerationOptions extends Component
{
public function render()
{
return view('livewire.mod.moderation-options');
}
}