From 6a204abc82022019e2038f9758ca7d3fbd456081 Mon Sep 17 00:00:00 2001 From: 199ocero <199ocero@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:36:06 +0000 Subject: [PATCH] Fix styling --- src/ActivityTimelineServiceProvider.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ActivityTimelineServiceProvider.php b/src/ActivityTimelineServiceProvider.php index c77fe42..ceac215 100644 --- a/src/ActivityTimelineServiceProvider.php +++ b/src/ActivityTimelineServiceProvider.php @@ -8,8 +8,6 @@ use Filament\Support\Assets\Js; use Filament\Support\Facades\FilamentAsset; use Filament\Support\Facades\FilamentIcon; -use Illuminate\Filesystem\Filesystem; -use JaOcero\ActivityTimeline\Commands\ActivityTimelineCommand; use JaOcero\ActivityTimeline\Testing\TestsActivityTimeline; use Livewire\Features\SupportTesting\Testable; use Spatie\LaravelPackageTools\Commands\InstallCommand;