mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9adcff442a
Ran the codemod automatically then ran ``` codemod.py -m -d src '(var React\b[^\n]*;)\n\n(var ReactDOM)' '\1\n\2' ``` to clean up spacing of requires.