Change "from" to "in"

Currently incorrectly says import "from App.svelte" instead of "in App.svelte"
pull/4151/head
David Kassa 6 years ago committed by GitHub
parent fb6d570b92
commit 9de4847846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ Anything exported from a `context="module"` script block becomes an export from
</script> </script>
``` ```
...we can then import it from `App.svelte`... ...we can then import it in `App.svelte`...
```html ```html
<script> <script>

Loading…
Cancel
Save