fix validate import is missing

This commit is contained in:
peaklabs-dev 2024-11-08 15:10:08 +01:00
parent 2676f9a8db
commit 78a96b4efe
No known key found for this signature in database

View file

@ -3,6 +3,7 @@
namespace App\Livewire\Project\Application\Preview;
use App\Models\Application;
use Livewire\Attributes\Validate;
use Livewire\Component;
use Spatie\Url\Url;