diff options
Diffstat (limited to 'app/components/topic_index')
| -rw-r--r-- | app/components/topic_index/topic_index.svelte | 8 |
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> |