function Component(props) { const x = makeFunction(props); const y = x(
{props.text}
); return y; }