Skip to content

Commit

Permalink
feat: Fragment layout + select
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Jan 16, 2025
1 parent 7837615 commit 506e74e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/Laravel/src/Layouts/AppLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
use MoonShine\Laravel\Resources\MoonShineUserRoleResource;
use MoonShine\MenuManager\MenuGroup;
use MoonShine\MenuManager\MenuItem;
use MoonShine\UI\Components\{
Components,
use MoonShine\UI\Components\{Components,
Layout\Body,
Layout\Content,
Layout\Div,
Layout\Flash,
Layout\Html,
Layout\Layout,
Layout\Wrapper,
Title
};
Title};

class AppLayout extends BaseLayout
{
Expand Down
7 changes: 3 additions & 4 deletions src/Laravel/src/Layouts/CompactLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
use MoonShine\ColorManager\ColorManager;
use MoonShine\Contracts\ColorManager\ColorManagerContract;
use MoonShine\Laravel\Components\Fragment;
use MoonShine\UI\Components\{
Components,
use MoonShine\UI\Components\{Components,
Layout\Body,
Layout\Content,
Layout\Div,
Layout\Flash,
Layout\Html,
Layout\Layout,
Layout\Wrapper
};
Layout\Wrapper};

class CompactLayout extends AppLayout
{
Expand Down

0 comments on commit 506e74e

Please sign in to comment.