You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of src/Whatever.js we should have src/Whatever/Whatever.js and src/Whatever/index.js. The content of Whatever.js should be the same. index.js should have the following content:
import Whatever from './Whatever';
export default Whatever;
The text was updated successfully, but these errors were encountered:
Instead of
src/Whatever.js
we should havesrc/Whatever/Whatever.js
andsrc/Whatever/index.js
. The content ofWhatever.js
should be the same.index.js
should have the following content:The text was updated successfully, but these errors were encountered: