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