css and stuffs

This commit is contained in:
Andras Bacsai
2023-05-18 13:26:35 +02:00
parent f2e91f97ed
commit b58a3bf209
49 changed files with 327 additions and 252 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Http\Livewire\Project\Application;
use Livewire\Component;
class Danger extends Component
{
}