3 lines
72 B

export default function foo () {
console.log( 'hello from foo.js' );
}