mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
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:
@@ -4,9 +4,7 @@ namespace App\View\Components\Posts;
|
|||||||
|
|
||||||
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
|
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
|
||||||
use Illuminate\Contracts\View\View;
|
use Illuminate\Contracts\View\View;
|
||||||
use Illuminate\Support\Collection;
|
|
||||||
use Illuminate\View\Component;
|
use Illuminate\View\Component;
|
||||||
use Spatie\Sheets\Facades\Sheets;
|
|
||||||
|
|
||||||
class Listposts extends Component
|
class Listposts extends Component
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user