diff --git a/src/UI/Collections/Fields.php b/src/UI/Collections/Fields.php index fc636db29..e6ee65b57 100644 --- a/src/UI/Collections/Fields.php +++ b/src/UI/Collections/Fields.php @@ -8,12 +8,10 @@ use MoonShine\Contracts\Core\DependencyInjection\FieldsContract; use MoonShine\Contracts\Core\RenderableContract; use MoonShine\Contracts\Core\TypeCasts\DataWrapperContract; -use MoonShine\Contracts\MenuManager\MenuElementContract; use MoonShine\Contracts\UI\FieldContract; use MoonShine\Contracts\UI\HasFieldsContract; use MoonShine\Contracts\UI\HasReactivityContract; use MoonShine\Core\Collections\Renderables; -use MoonShine\MenuManager\MenuGroup; use MoonShine\UI\Contracts\FieldsWrapperContract; use MoonShine\UI\Contracts\FileableContract; use MoonShine\UI\Fields\ID;