We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
function
1 parent 1372acf commit bee627aCopy full SHA for bee627a
template/README.md
@@ -320,7 +320,7 @@ function Header() {
320
return <img src={logo} alt="Logo" />;
321
}
322
323
-export default function Header;
+export default Header;
324
```
325
326
This ensures that when the project is built, Webpack will correctly move the images into the build folder, and provide us with correct paths.
0 commit comments