npm install @arshad-shah/cynosure-react
function greet(name) {
  return `Hello, ${name}!`;
}