]> git.r.bdr.sh - rbdr/forum/blame - app/components/topic_index/topic_index.svelte
Add internationalized error block
[rbdr/forum] / app / components / topic_index / topic_index.svelte
CommitLineData
24be7b53
BB
1<script>
2 export let params;
8050f772 3 import ErrorBlock from '../error_block/error_block.svelte';
24be7b53
BB
4</script>
5
8050f772 6<ErrorBlock />
24be7b53
BB
7<h1>Topic Index.</h1>
8<p>This component lists topics for category or tag with id: {params.id}</p>