]> git.r.bdr.sh - rbdr/forum/blobdiff - app/components/topic_index/topic_index.svelte
Add a router
[rbdr/forum] / app / components / topic_index / topic_index.svelte
diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte
new file mode 100644 (file)
index 0000000..699550e
--- /dev/null
@@ -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>
+