chore: fix docs typo in 02-context.md (#15944)

pull/15589/merge
Christian Decker 4 months ago committed by GitHub
parent b2ce3fa85e
commit 42e7e8168d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -125,7 +125,7 @@ In many cases this is perfectly fine, but there is a risk: if you mutate the sta
```svelte
<!--- file: App.svelte ---->
<script>
import { myGlobalState } from 'svelte';
import { myGlobalState } from './state.svelte.js';
let { data } = $props();

Loading…
Cancel
Save