diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 13:37:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 13:37:11 +0200 |
| commit | fcbbc49687afeeecdc9388b367b1d7f2d0c76214 (patch) | |
| tree | ecb3d74ee6cb078f431a5e98d79e3384123d9108 /src/routes/t | |
| parent | 73973edab9aaa81312ba80a68bfe34bf5abcecd9 (diff) | |
Add getForum pact, normalize stores
Diffstat (limited to 'src/routes/t')
| -rw-r--r-- | src/routes/t/[id].svelte | 2 |
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'; |