Remove unneeded import

This commit is contained in:
Marcus Moore 2023-03-29 16:59:26 -07:00
parent 9f8b8f6cc1
commit 0998c70a92
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
namespace App\Http\Livewire;
use App\Models\CustomField;
use Illuminate\Support\Facades\Auth;
use Livewire\Component;
use App\Models\Import;