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/topic_index/topic_index.svelte | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/components/topic_index/topic_index.svelte (limited to 'app/components/topic_index') diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte new file mode 100644 index 0000000..699550e --- /dev/null +++ b/app/components/topic_index/topic_index.svelte @@ -0,0 +1,7 @@ + + +

Topic Index.

+

This component lists topics for category or tag with id: {params.id}

+ -- cgit