import prototype from '..'; import prototypeView from './prototypeView'; const bundle = { prototype, prototypeView, }; export default bundle;