Skip to content

Commit c16bac6

Browse files
committed
feat(dashing): initial experiment to implement dashing.io
1 parent 2ce5f6a commit c16bac6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/core/src/lib/menu-data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export const defaultMenu: MenuItem[] = [
7777
icon: 'apps',
7878
link: '/dashboard/experiments/layout',
7979
},
80+
{
81+
name: 'Dashing',
82+
icon: 'apps',
83+
link: '/dashboard/experiments/dashing',
84+
},
8085
{
8186
name: 'Viewport',
8287
icon: 'view_carousel',

0 commit comments

Comments
 (0)