Capitolo 4 - Errore importazione nel Listato 4.9 #3
megralo
started this conversation in
Errori e refusi
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
C'è un errore di stampa nel listato 4.9, riguardante l'importazione del componente User.js in Sidebar.js.
L'import stampato è:
import User from "./**components**/User";L'import corretto è:
import User from "./User", essendo User.js già dentro la cartella components.All reactions