@ -70,10 +70,10 @@ Similarly, if you only want to show the error state, you can omit the `then` blo
```
```
> [!NOTE] You can use `#await` with [`import(...)`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) to render components lazily:
> [!NOTE] You can use `#await` with [`import(...)`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) to render components lazily:
>
> ```svelte
```svelte
> {#await import('./Component.svelte') then { default: Component }}
{#await import('./Component.svelte') then { default: Component }}