4 lines
90 B

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