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