Skip to content

Commit

Permalink
Pint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hellboy1975 committed Mar 3, 2024
1 parent 7bf7500 commit 9b3a2f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions app/Livewire/PilsiProfileComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

namespace App\Livewire;

use Jeffgreco13\FilamentBreezy\Livewire\MyProfileComponent;
use Filament\Forms\Components\TextInput;
use Filament\Forms\Form;
use Filament\Facades\Filament;
use Filament\Forms\Components\Group;
use Filament\Forms\Components\TextInput;
use Jeffgreco13\FilamentBreezy\Livewire\PersonalInfo;

class PilsiProfileComponent extends PersonalInfo
Expand Down
2 changes: 1 addition & 1 deletion app/Pages/PilsiProfilePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
class PilsiProfilePage extends MyProfilePage
{
protected static ?string $navigationIcon = 'heroicon-o-user';
}
}
1 change: 0 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;
use Jeffgreco13\FilamentBreezy\BreezyCore;
use Jeffgreco13\FilamentBreezy\Pages\PilsiProfilePage;
use Swis\Filament\Backgrounds\FilamentBackgroundsPlugin;
use Swis\Filament\Backgrounds\ImageProviders\MyImages;

Expand Down

0 comments on commit 9b3a2f9

Please sign in to comment.