Remove curly quote

This commit is contained in:
Kim Gardner
2018-03-12 17:54:51 -04:00
parent 810d43cc6f
commit 940185d9b6
@@ -182,7 +182,7 @@ We are going to import our SVG icons just as we did with our components, the onl
```js
import ColoredRainbowIcon from '../assets/ColoredRainbowIcon.svg';
import GrayscaleRainbowIcon from '../assets/GrayscaleRainbowIcon.svg;
import GrayscaleRainbowIcon from '../assets/GrayscaleRainbowIcon.svg';
```
Since Webpack will give us the new url of the resource, we can us it like this: