]> git.r.bdr.sh - rbdr/forum/blame - app/components/topic_index/topic_index.svelte
Add a router
[rbdr/forum] / app / components / topic_index / topic_index.svelte
CommitLineData
24be7b53
BB
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>
7