Skip to content

Commit

Permalink
unrevert add to demos menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 2, 2023
1 parent ad99dc9 commit 525672f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/init-app.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public static function get_class(\Closure $createAnonymousClassFx): string
$menu = $layout->addMenuGroup(['Interactive', 'icon' => 'talk']);
$layout->addMenuItem('Tabs', [$path . 'tabs'], $menu);
$layout->addMenuItem('Card', [$path . 'card'], $menu);
$layout->addMenuItem('Card Table', [$path . 'cardtable'], $menu);
$layout->addMenuItem(['Accordion'], [$path . 'accordion'], $menu);
$layout->addMenuItem(['Wizard'], [$path . 'wizard'], $menu);
$layout->addMenuItem(['Virtual Page'], [$path . 'virtual'], $menu);
Expand Down

0 comments on commit 525672f

Please sign in to comment.