/** @jsxImportSource @performer/core */ export function Throw() { throw new Error("This is an error message"); return () => {}; } export function App() { return () => ( <> Greet the user. Good day sir! How may I serve the? Tell the valet I will be leaving at **6pm** {`Yes sir, right away! \`\`\`js tellValet('User leaving at 6pm'); \`\`\` \`\`\`js replyUser('Done'); \`\`\` `} ); }