refactor: Remove unused imports and dependencies

This commit removes unused imports and dependencies in the Listposts component, improving code cleanliness and reducing potential confusion.
This commit is contained in:
Rico van Zelst
2023-12-12 14:41:49 +01:00
parent 83eb1421f7
commit 079cca3751

View File

@@ -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
{