diff --git a/src/components/App.svelte b/src/components/App.svelte index 65abf3f..9de857f 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -2,7 +2,9 @@
@@ -64,7 +68,12 @@ {#each weapons as weapon (weapon.id)} - + {/each} @@ -73,7 +82,7 @@ {/if} @@ -135,7 +144,6 @@ let output = null; const set_output = (value) => (output = value); - diff --git a/src/components/Notes.svelte b/src/components/Notes.svelte index f9116ab..5eb79ff 100644 --- a/src/components/Notes.svelte +++ b/src/components/Notes.svelte @@ -1,44 +1,49 @@ - + + const dispatch = createEventDispatcher(); + const close = () => dispatch("close"); +