<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';