function Component(props) {
  const a = 1;
  const b = 2;
  const x = { a: a, b: b };
  return x;
}