refator(@theme): add menu transclusion in one-coll layout

This commit is contained in:
tibing 2017-04-14 18:28:27 +03:00
parent d82d691681
commit ed658566b3
8 changed files with 61 additions and 12 deletions

View file

@ -0,0 +1,12 @@
import { NgaMenuItem } from '@nga/theme/components/menu/menu.options';
import { List } from 'immutable';
export const menuItems: List<NgaMenuItem> = List([
{
title: 'lorem ipsum 1'
},
{
title: 'lorem ipsum 2'
}
]);