]> git.r.bdr.sh - rbdr/forum/blame - src/pages/g/[id].svelte
Use routify and GraphQL server
[rbdr/forum] / src / pages / g / [id].svelte
CommitLineData
c1bc5993
RBR
1<script>
2 export let id;
3</script>
4
5<h1>Tag Index.</h1>
6<p>This component lists topics for tag with id: {id}</p>