1 2 3 4 5 6 7
import * as init from './001-init.js' import * as safelink from './002-safelink.js' export default { '001': init, '002': safelink, }