aboutsummaryrefslogtreecommitdiff
path: root/app/components/topic_index
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-09 22:43:12 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-09 22:43:12 +0100
commitbd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (patch)
treee5f0dcbc14d3009c17e5f562404fe19f6aceab73 /app/components/topic_index
parent862a5f9cdbbda522c608ea63c1e296e81f44de10 (diff)
Update to SvelteKit
Diffstat (limited to 'app/components/topic_index')
-rw-r--r--app/components/topic_index/topic_index.svelte8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte
deleted file mode 100644
index 3de83bb..0000000
--- a/app/components/topic_index/topic_index.svelte
+++ /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>