4 lines
96 B

import foo from './first/foo';
import first from './first/module';
export default foo + first;