]> git.r.bdr.sh - rbdr/forum/blob - src/pages/a/[id].svelte
Add components to view topics and posts
[rbdr/forum] / src / pages / a / [id].svelte
1 <script>
2 import Author from '$/components/author/author.svelte';
3 </script>
4
5 <Author/>