aboutsummaryrefslogtreecommitdiff
path: root/app/components/topic_index
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-02-02 13:12:13 +0100
committerBen Beltran <ben@nsovocal.com>2020-02-02 13:12:13 +0100
commit24be7b5399ae4162702ad9a1f17b5711922a2da4 (patch)
tree03b408813358445e2d1fdb9b680d56e9419dc80f /app/components/topic_index
parent8d2ed7debf232843c1facf53fd1efdab9b36d85c (diff)
Add a router
Diffstat (limited to 'app/components/topic_index')
-rw-r--r--app/components/topic_index/topic_index.svelte7
1 files changed, 7 insertions, 0 deletions
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 @@
+<script>
+ export let params;
+</script>
+
+<h1>Topic Index.</h1>
+<p>This component lists topics for category or tag with id: {params.id}</p>
+