...since nothing in that file should be accessing that 'MyComponent' except the export.
Also that react import is very confusing though. Why do I need it?
I don't reference that variable anywhere... oh wait some tool compiles the JSX for me at some point into React.createElement or whatever. Very opaque: