Skip to content

Commit

Permalink
Merge pull request #25 from dissto/fix-24
Browse files Browse the repository at this point in the history
Fix #24
  • Loading branch information
CodeWithDennis authored Oct 11, 2024
2 parents ae35b98 + 8fcfc54 commit ff09405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/Infolists/SimpleAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace CodeWithDennis\SimpleAlert\Components\Infolists;

use Closure;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasBorder;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasColor;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasDescription;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasIcon;
Expand All @@ -13,6 +14,7 @@

class SimpleAlert extends Entry
{
use HasBorder;
use HasColor;
use HasDescription;
use HasIcon;
Expand Down

0 comments on commit ff09405

Please sign in to comment.