aboutsummaryrefslogtreecommitdiff
path: root/src/components/topic_index/topic_index.svelte
blob: 3de83bb5d1323647c41026bbc2c21a0e285c1ef8 (plain)
1
2
3
4
5
6
7
8
<script>
  export let params;
  import ErrorBlock from '../error_block/error_block.svelte';
</script>

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