]> git.r.bdr.sh - rbdr/forum/blame - src/routes/a/[id].svelte
Don't remember what this WIP was about
[rbdr/forum] / src / routes / a / [id].svelte
CommitLineData
cac85db0 1<script lang="ts" context="module">
6ccc6f60 2 export const load = ({ params: { id } }) => ({ props: { id } });
58f7d521
RBR
3</script>
4
cac85db0 5<script lang="ts">
a7cf03c1 6 import Author from '$lib/components/author/author.svelte';
58f7d521
RBR
7</script>
8
9<Author />