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
When starting to add the navigation section, we create the constants folder in src and a file called index.js to which we paste the lists of content. The code snippet for index.js in the README incorrectly references "../../public/assets" in the import statement at the top of the file when it should be from "../assets". This is actually correct within the source code so just copy from there instead.
The text was updated successfully, but these errors were encountered:
When starting to add the navigation section, we create the constants folder in src and a file called index.js to which we paste the lists of content. The code snippet for index.js in the README incorrectly references "../../public/assets" in the import statement at the top of the file when it should be from "../assets". This is actually correct within the source code so just copy from there instead.
The text was updated successfully, but these errors were encountered: