flowtodo/app/Livewire/Settings/Appearance.php
Javier Feliz 0ddd325281
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-15 18:28:47 -04:00

11 lines
112 B
PHP

<?php
namespace App\Livewire\Settings;
use Livewire\Component;
class Appearance extends Component
{
//
}