1 2 3 4
// Greet function exported to the component function greet(name) { return `Hello, ${name}!`; }