import * as lab from './_LAB'; import * as asm from './scripts'; export * from './scripts'; export { asm, lab, }; export default { ...asm, lab, };