4 lines
85 B

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