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.
1 parent 264a85f commit 70c11edCopy full SHA for 70c11ed
README.md
@@ -30,7 +30,7 @@ module.exports = function override(config, env) {
30
```
31
In your React application:
32
```js
33
-import Star from './star.svg'
+import starUrl, { ReactComponent as Star } from './star.svg'
34
35
const App = () => (
36
<div>
0 commit comments