removed duplicate slot names

This commit is contained in:
Luke Hagar
2023-05-26 10:03:56 -05:00
parent 5dcc185784
commit b89b3a5e40
2 changed files with 3 additions and 1 deletions

View File

@@ -7,4 +7,4 @@
<slot name="usage">(usage)</slot>
</LayoutPage>
<slot name="usage">(usage)</slot>
<slot>(default)</slot>

View File

@@ -32,4 +32,6 @@
<div>Current Value: {indexValue}</div>
<div>Index: {index}</div>
</svelte:fragment>
<div>Current Value: {indexValue}</div>
<div>Index: {index}</div>
</DocsShell>