Skip to content

Commit 248c2aa

Browse files
authored
docs: update code snippet for consistency with source file (sveltejs#552)
1 parent 4e15087 commit 248c2aa

File tree

1 file changed

+1
-0
lines changed
  • content/tutorial/02-advanced-svelte/10-module-context/02-module-exports

1 file changed

+1
-0
lines changed

content/tutorial/02-advanced-svelte/10-module-context/02-module-exports/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ We can now import `stopAll` in `App.svelte`...
2121
/// file: App.svelte
2222
<script>
2323
import AudioPlayer, +++{ stopAll }+++ from './AudioPlayer.svelte';
24+
import { tracks } from './tracks.js';
2425
</script>
2526
```
2627

0 commit comments

Comments
 (0)