index.js 293 Bytes
import HeaderBox from './header-box';
import LayoutBody from './layout-body';
import LazyHtml from './lazy-html';
import Scroller from './scroller';
import AwesomeSwiper from './awesome-swiper';

export default {
    HeaderBox,
    LayoutBody,
    LazyHtml,
    Scroller,
    AwesomeSwiper
};