From ec3bff47768b2d97fffccdd080da0907a9eaaa04 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 13 Jun 2021 13:21:00 -0400 Subject: [PATCH] point to the right repo --- src/components/App.svelte | 19 ++++++--- src/components/Notes.svelte | 77 ++++++++++++++++++++----------------- 2 files changed, 54 insertions(+), 42 deletions(-) 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"); +