<?php
namespace App\Http\Livewire\Application;
use Livewire\Component;
class Secrets extends Component
{
public array $secrets = [];
}