Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 17, 2024
1 parent 0de2587 commit db2e164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Filament\Forms\Components\Concerns;

use Closure;
use Filament\Schema\Components\Component;
use Filament\Schema\Components\Utilities\Set;
use Closure;
use Illuminate\Support\Arr;

trait CanFixIndistinctState
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/Concerns/HasStateBindingModifiers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Filament\Schema\Concerns;

use Filament\Schema\Components\Component;
use Closure;
use Filament\Schema\Components\Component;

trait HasStateBindingModifiers
{
Expand Down

0 comments on commit db2e164

Please sign in to comment.