Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Oct 10, 2024
1 parent 257d973 commit eaa15d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Filament/Resources/UserResource/Pages/ListUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Filament\Resources\UserResource;
use Filament\Actions;
use Filament\Resources\Components\Tab;
use Filament\Resources\Pages\ListRecords;

class ListUsers extends ListRecords
Expand All @@ -17,6 +16,4 @@ protected function getHeaderActions(): array
Actions\CreateAction::make(),
];
}


}

0 comments on commit eaa15d9

Please sign in to comment.