]> git.r.bdr.sh - rbdr/forum/blob - src/pages/g/[id].svelte
Use routify and GraphQL server
[rbdr/forum] / src / pages / g / [id].svelte
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>