aboutsummaryrefslogtreecommitdiff
path: root/app/components/topic_index/topic_index.svelte
blob: 699550ea98b66e1f87a1294ae2bfadaa19a0cc24 (plain)
1
2
3
4
5
6
7
<script>
  export let params;
</script>

<h1>Topic Index.</h1>
<p>This component lists topics for category or tag with id: {params.id}</p>