index.js 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import Buttons from './buttons'; import Images from './images'; import Layouts from './layouts'; import Products from './products'; import Comments from './comments'; export default [ ...Buttons, ...Images, ...Layouts, ...Products, ...Comments ];