loadable.js.hbs 169 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 /** * * Asynchronously loads the component for {{ properCase name }} * */ import loadable from 'utils/loadable'; export default loadable(() => import('./index'));