index.js
326 Bytes
import Buttons from './buttons';
import Images from './images';
import Layouts from './layouts';
import Products from './products';
import Comments from './comments';
import YohoActionSheet from './action-sheet';
export default [
...Buttons,
...Images,
...Layouts,
...Products,
...Comments,
...YohoActionSheet
];