From 24be7b5399ae4162702ad9a1f17b5711922a2da4 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 2 Feb 2020 13:12:13 +0100 Subject: Add a router --- app/components/home/home.svelte | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/components/home/home.svelte (limited to 'app/components/home') diff --git a/app/components/home/home.svelte b/app/components/home/home.svelte new file mode 100644 index 0000000..280bb5d --- /dev/null +++ b/app/components/home/home.svelte @@ -0,0 +1,3 @@ +

Welcome.

+

You are now in a forum. Select a category from the left or input a + valid URL.

-- cgit