chore: remove unused imports that pint is missing

This commit is contained in:
HDVinnie
2024-12-01 20:52:32 -05:00
parent fdffaa383a
commit 192b5ed15d
17 changed files with 0 additions and 17 deletions
@@ -18,7 +18,6 @@ namespace App\Http\Controllers\Staff;
use App\Http\Controllers\Controller;
use App\Http\Requests\Staff\StoreWatchedUserRequest;
use App\Models\User;
use App\Models\Watchlist;
use Exception;