I am getting this error:
Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/funct
I got this by doing import App from './app/'; expecting it to import ./app/index.js, but it instead imported ./app.json.
import App from './app/';
./app/index.js
./app.json