Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…leLightBox into 3.x
  • Loading branch information
lam0819 committed Nov 17, 2023
2 parents 7e62cbb + f5877a3 commit 4faff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/FilamentSimpleLightBoxServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace SolutionForest\FilamentSimpleLightBox;

use Filament\Support\Assets\Asset;
use Filament\Support\Assets\Css;
use Filament\Support\Assets\Js;
use Filament\Support\Facades\FilamentAsset;
use Livewire\Features\SupportTesting\Testable;
Expand Down
4 changes: 2 additions & 2 deletions src/SimpleLightBoxPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace SolutionForest\FilamentSimpleLightBox;

use Filament\Contracts\Plugin;
use Filament\Infolists\Components\ImageEntry;
use Filament\Infolists\Components\TextEntry;
use Filament\Panel;
use Filament\Contracts\Plugin;
use Filament\Support\Concerns\EvaluatesClosures;
use Filament\Tables\Columns\ImageColumn;
use Filament\Tables\Columns\TextColumn;
use Filament\Infolists\Components\ImageEntry;

class SimpleLightBoxPlugin implements Plugin
{
Expand Down

0 comments on commit 4faff23

Please sign in to comment.