diff --git a/src/components/App.svelte b/src/components/App.svelte index 2a011de..1bf0911 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -1,7 +1,15 @@
+ +{#if show_notes} + +{/if} +
@@ -41,7 +49,13 @@ +
+ diff --git a/src/components/Notes.svelte b/src/components/Notes.svelte new file mode 100644 index 0000000..8fb753d --- /dev/null +++ b/src/components/Notes.svelte @@ -0,0 +1,64 @@ + + + + +