]> git.r.bdr.sh - rbdr/forum/blobdiff - app/components/topic_index/topic_index.svelte
Update to SvelteKit
[rbdr/forum] / app / components / topic_index / topic_index.svelte
diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte
deleted file mode 100644 (file)
index 3de83bb..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>