]> 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 ea748a6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<script>
-  export let params;
-</script>
-
-<h1>Topic Index.</h1>
-<p>This component lists topics for category or tag with id: {params.id}</p>