From 890274a7b3ac70848ba9973ef33d53ed58ff88a8 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 23 Dec 2019 00:24:21 +0100 Subject: Add svelte frontend --- app/components/header/header.svelte | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/components/header/header.svelte (limited to 'app/components/header') diff --git a/app/components/header/header.svelte b/app/components/header/header.svelte new file mode 100644 index 0000000..15b75b8 --- /dev/null +++ b/app/components/header/header.svelte @@ -0,0 +1,11 @@ +
+ +
-- cgit