throw Error()

in transforms/update-react-imports.js [67:72]


    throw Error(
      'There should only be one React import. Please remove the duplicate import and try again.',
    );
  }

  if (reactPaths.size() === 0) {