4 lines
72 B

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