From 85b69ea89fbd08c3019f32b57a284337b6555cad Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Oct 2023 14:08:54 -0500 Subject: uh Signed-off-by: Matt Strapp --- app/src/lib/components/Navigation.svelte | 70 ++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 app/src/lib/components/Navigation.svelte (limited to 'app/src/lib/components/Navigation.svelte') diff --git a/app/src/lib/components/Navigation.svelte b/app/src/lib/components/Navigation.svelte new file mode 100644 index 0000000..2e5ba98 --- /dev/null +++ b/app/src/lib/components/Navigation.svelte @@ -0,0 +1,70 @@ + + + + + {#if menu} + + + + + Close Menu + + {/if} + + + + + + Home! + + + + + + Truncate! + + + + + + + Source! + + + -- cgit v1.2.3