]> git.r.bdr.sh - rbdr/forum/blobdiff - src/pages/g/[id].svelte
Add components to view topics and posts
[rbdr/forum] / src / pages / g / [id].svelte
index 04fda925609f19f108faa66c8ad1973a7ab09d36..754f129a757f050b33285183bdc186b69166420a 100644 (file)
@@ -1,6 +1,6 @@
 <script>
+  import Tag from '$/components/tag/tag.svelte';
   export let id;
 </script>
 
-<h1>Tag Index.</h1>
-<p>This component lists topics for tag with id: {id}</p>
+<Tag id={id}/>