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 {