E.g. if a component is missing `React.memo` around it, `--fix` could add `import React from 'react'` and wrap the component with `React.memo`?
E.g. if a component is missing
React.memoaround it,--fixcould addimport React from 'react'and wrap the component withReact.memo?