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
index.js in a component directory should only be a manifest to enable importing by directory rather than component file
since there aren't really any container components in this project, the distinction between presentational and container isnt valuable. use component.js and component-test.js instead
The text was updated successfully, but these errors were encountered:
index.js
in a component directory should only be a manifest to enableimport
ing by directory rather than component filecomponent.js
andcomponent-test.js
insteadThe text was updated successfully, but these errors were encountered: