import React from 'react'; export default function Prompt({ title, prompt, id }) { return (

{ title }

Use prompt →
); }