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 535be3b commit f26e1f9Copy full SHA for f26e1f9
packages/react-scripts/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