mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
This commit is contained in:
parent
13307bc7f4
commit
e7b31a716c
19 changed files with 63 additions and 51 deletions
17
app/Livewire/App/Icon.php
Normal file
17
app/Livewire/App/Icon.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
namespace App\Livewire\App;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Icon extends Component
|
||||
{
|
||||
public string $name = 'paw-simple';
|
||||
public string $attrs = '';
|
||||
public string|null $slot = null;
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.app.icon');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue