component -> module

pull/5171/head
Conduitry 5 years ago
parent b6590fa81c
commit 5dc731b96b

@ -14,7 +14,7 @@ It's useful for things like this folder tree view, where folders can contain *ot
{/if}
```
...but that's impossible, because a component can't import itself. Instead, we use `<svelte:self>`:
...but that's impossible, because a module can't import itself. Instead, we use `<svelte:self>`:
```html
{#if file.type === 'folder'}

Loading…
Cancel
Save