diff --git a/src/Http/Controllers/Inertia/UserProfileController.php b/src/Http/Controllers/Inertia/UserProfileController.php index e9b729042..7cbe40bc7 100644 --- a/src/Http/Controllers/Inertia/UserProfileController.php +++ b/src/Http/Controllers/Inertia/UserProfileController.php @@ -6,7 +6,6 @@ use Illuminate\Routing\Controller; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\DB; -use Inertia\Inertia; use Jenssegers\Agent\Agent; use Laravel\Jetstream\Jetstream;