Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored and github-actions[bot] committed Aug 26, 2024
1 parent 2384f5d commit 49e8ff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/Forms/Components/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

abstract class Component extends Forms\Components\Field
{
use Concerns\HasActions;
use Concerns\HasForm;
use Concerns\CanBeCollapsed;
use Concerns\HasRulers;
use Concerns\HasMaxDepth;
use Concerns\HasLabelKey;
use Concerns\HasActions;
use Concerns\HasChildrenKey;
use Concerns\HasForm;
use Concerns\HasItemAction;
use Concerns\HasItemUrl;
use Concerns\HasLabelKey;
use Concerns\HasMaxDepth;
use Concerns\HasRulers;

protected string $view = 'filament-adjacency-list::builder';

Expand Down
6 changes: 3 additions & 3 deletions src/Widgets/AdjacencyListWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Saade\FilamentAdjacencyList\Widgets;

use Filament\Widgets;
use Filament\Forms\Form;
use Filament\Forms\Concerns\InteractsWithForms;
use Filament\Forms\Contracts\HasForms;
use Filament\Forms\Form;
use Filament\Widgets;
use Illuminate\Database\Eloquent\Model;
use Filament\Forms\Concerns\InteractsWithForms;
use Saade\FilamentAdjacencyList\Forms\Components\AdjacencyList;

/**
Expand Down

0 comments on commit 49e8ff6

Please sign in to comment.