diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-22 11:53:13 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-22 11:53:13 -0600 |
| commit | 3841606684ee3d233266ad490905076a3562842c (patch) | |
| tree | 407adde62e5181cae2b0d3611bc6c18c00a20d67 /app/components/topic_index | |
| parent | 00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 (diff) | |
Remove server
Diffstat (limited to 'app/components/topic_index')
| -rw-r--r-- | app/components/topic_index/topic_index.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte index 699550e..ea748a6 100644 --- a/app/components/topic_index/topic_index.svelte +++ b/app/components/topic_index/topic_index.svelte @@ -4,4 +4,3 @@ <h1>Topic Index.</h1> <p>This component lists topics for category or tag with id: {params.id}</p> - |