Fix typo in General.php component

This commit is contained in:
Andras Bacsai 2023-11-13 09:04:19 +01:00
parent 363e8fc0b5
commit 95baec99dd

View File

@ -5,7 +5,7 @@
use App\Models\Application;
use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Livewire\Componwent;
use Livewire\Component;
class General extends Component
{