feat(sidebar): menu separated from sidebar, menu merged with routes

This commit is contained in:
nixa 2016-07-08 18:03:48 +03:00
parent 5b66c255ad
commit 0ee317bc4d
15 changed files with 394 additions and 191 deletions

View file

@ -1,6 +1,7 @@
export * from './baPageTop';
export * from './baMsgCenter';
export * from './baSidebar';
export * from './baMenu';
export * from './baContentTop';
export * from './baCard';
export * from './baAmChart';