]> git.r.bdr.sh - rbdr/forum/blob - app/components/topic_index/topic_index.svelte
3de83bb5d1323647c41026bbc2c21a0e285c1ef8
[rbdr/forum] / app / components / topic_index / topic_index.svelte
1 <script>
2 export let params;
3 import ErrorBlock from '../error_block/error_block.svelte';
4 </script>
5
6 <ErrorBlock />
7 <h1>Topic Index.</h1>
8 <p>This component lists topics for category or tag with id: {params.id}</p>