From cb33490c860f785ea997cdebf863d16908f8e457 Mon Sep 17 00:00:00 2001 From: lee-to Date: Wed, 24 Jul 2024 15:24:08 +0000 Subject: [PATCH] Fix styling --- src/UI/Components/Metrics/Wrapped/Metric.php | 1 - src/UI/Fields/FormElement.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/UI/Components/Metrics/Wrapped/Metric.php b/src/UI/Components/Metrics/Wrapped/Metric.php index 956751055..8add609cb 100644 --- a/src/UI/Components/Metrics/Wrapped/Metric.php +++ b/src/UI/Components/Metrics/Wrapped/Metric.php @@ -6,7 +6,6 @@ use Closure; use MoonShine\Contracts\Core\HasAssetsContract; -use MoonShine\Core\Traits\WithAssets; use MoonShine\Support\Enums\Color; use MoonShine\UI\Components\MoonShineComponent; use MoonShine\UI\Traits\Components\WithColumnSpan; diff --git a/src/UI/Fields/FormElement.php b/src/UI/Fields/FormElement.php index 166f6582a..42a643d11 100644 --- a/src/UI/Fields/FormElement.php +++ b/src/UI/Fields/FormElement.php @@ -14,7 +14,6 @@ use MoonShine\Contracts\Core\ResourceContract; use MoonShine\Contracts\Core\TypeCasts\CastedDataContract; use MoonShine\Core\Traits\NowOn; -use MoonShine\Core\Traits\WithAssets; use MoonShine\Core\Traits\WithViewRenderer; use MoonShine\Support\AlpineJs; use MoonShine\Support\Components\MoonShineComponentAttributeBag;