Skip to content

Commit

Permalink
docs: fix Golden Retriever service worker import (#5425)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabatek authored Aug 22, 2024
1 parent bb4bbaa commit fcae803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/golden-retriever.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ store references to large files.
:::
```js title="sw.js"
import('@uppy/golden-retriever/lib/ServiceWorker');
import '@uppy/golden-retriever/lib/ServiceWorker';
```
2. Register it in your app’s entry point:
Expand Down

0 comments on commit fcae803

Please sign in to comment.