source: src/components/nav-section/index.ts@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 202 bytes
Line 
1export * from './types';
2
3export { default as NavSectionMini } from './mini';
4export { default as NavSectionVertical } from './vertical';
5export { default as NavSectionHorizontal } from './horizontal';
Note: See TracBrowser for help on using the repository browser.