Skip to content

Commit

Permalink
Update Filament component import in AppServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Sep 5, 2024
1 parent ea8acee commit 0183234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Filament\Forms\Components\Field;
use Filament\Forms\Components\Placeholder;
use Filament\Infolists\Components\Entry;
use Filament\Support\Components\Component;
use Filament\Forms\Components\Component;
use Filament\Support\Concerns\Configurable;
use Filament\Tables\Columns\Column;
use Filament\Tables\Filters\BaseFilter;
Expand Down

0 comments on commit 0183234

Please sign in to comment.