Skip to content

Commit

Permalink
docs: update code snippet for consistency with source file (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyun28 authored Jan 23, 2024
1 parent 4e15087 commit 248c2aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We can now import `stopAll` in `App.svelte`...
/// file: App.svelte
<script>
import AudioPlayer, +++{ stopAll }+++ from './AudioPlayer.svelte';
import { tracks } from './tracks.js';
</script>
```

Expand Down

1 comment on commit 248c2aa

@vercel
Copy link

@vercel vercel bot commented on 248c2aa Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.