From 079cca375113b0b703232f7ea3abb52811937b9a Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Tue, 12 Dec 2023 14:41:49 +0100 Subject: [PATCH] refactor: Remove unused imports and dependencies This commit removes unused imports and dependencies in the Listposts component, improving code cleanliness and reducing potential confusion. --- app/View/Components/Posts/Listposts.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/View/Components/Posts/Listposts.php b/app/View/Components/Posts/Listposts.php index 2b13101..80800c4 100644 --- a/app/View/Components/Posts/Listposts.php +++ b/app/View/Components/Posts/Listposts.php @@ -4,9 +4,7 @@ namespace App\View\Components\Posts; use Illuminate\Contracts\Pagination\LengthAwarePaginator; use Illuminate\Contracts\View\View; -use Illuminate\Support\Collection; use Illuminate\View\Component; -use Spatie\Sheets\Facades\Sheets; class Listposts extends Component {