aboutsummaryrefslogtreecommitdiff
path: root/src/routes/t
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/t')
-rw-r--r--src/routes/t/[id].svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/t/[id].svelte b/src/routes/t/[id].svelte
index 9d3ab9e..50aad50 100644
--- a/src/routes/t/[id].svelte
+++ b/src/routes/t/[id].svelte
@@ -9,7 +9,7 @@
<script>
import { onDestroy } from 'svelte';
import { _ } from 'svelte-i18n';
- import { getTopic } from '$/stores/topic';
+ import { getTopic } from '$/stores/topics';
import { disableTopicActions, enableTopicActions } from '$/stores/actions';
import Topic from '$/components/topic/topic.svelte';