/** * ATTENTION: This file is auto generated by using "prepareTemplates". * Do not change the content! * */ /** * Library Index template to autogenerate all the components and patterns * Used by "prepareTemplates" */ // import all the aviable components import DrawerList from './drawer-list/DrawerList' import ScrollView from './scroll-view/ScrollView' // define / export all the aviable components export { DrawerList, ScrollView }