]> git.r.bdr.sh - rbdr/forum/blobdiff - app/components/topic_index/topic_index.svelte
Add internationalization support
[rbdr/forum] / app / components / topic_index / topic_index.svelte
index 699550ea98b66e1f87a1294ae2bfadaa19a0cc24..3de83bb5d1323647c41026bbc2c21a0e285c1ef8 100644 (file)
@@ -1,7 +1,8 @@
 <script>
   export let params;
+  import ErrorBlock from '../error_block/error_block.svelte';
 </script>
 
+<ErrorBlock />
 <h1>Topic Index.</h1>
 <p>This component lists topics for category or tag with id: {params.id}</p>
-