I am unable to bring up the react app. I changed import App to import {App}, in index.js. That does not work too
https://codesandbox.io/s/silly-cloud-6fj01?file=/src/App.js
Throws error: Invariant Violation Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.