3 lines
72 B

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