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.