Skip to content

Commit d1d7b9e

Browse files
authored
Remove unused CSS asset registration in FilamentServiceProvider (#2444)
Co-authored-by: Alex Justesen <[email protected]>
1 parent b84e04d commit d1d7b9e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/Providers/FilamentServiceProvider.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace App\Providers;
44

5-
use Filament\Support\Assets\Css;
6-
use Filament\Support\Facades\FilamentAsset;
75
use Filament\Support\Facades\FilamentView;
86
use Filament\View\PanelsRenderHook;
97
use Illuminate\Support\Facades\Blade;
@@ -24,10 +22,6 @@ public function register(): void
2422
*/
2523
public function boot(): void
2624
{
27-
FilamentAsset::register([
28-
Css::make('panel', __DIR__.'/../../resources/css/panel.css'),
29-
]);
30-
3125
FilamentView::registerRenderHook(
3226
PanelsRenderHook::GLOBAL_SEARCH_BEFORE,
3327
fn (): string => Blade::render("@livewire('topbar.run-speedtest-action')"),

0 commit comments

Comments
 (0)