]> git.r.bdr.sh - rbdr/forum/blobdiff - src/lib/components/actions/topic.svelte
Use tailwind, reference types
[rbdr/forum] / src / lib / components / actions / topic.svelte
index a3cba3b7e92186419b4a5ecb53894773d073b383..9a9cd7e9963a2ac8b37e3c567cfe7f94f77cd075 100644 (file)
@@ -1,5 +1,5 @@
 <script lang="ts">
-       import type { TopicAction } from '$lib/stores/action';
+       import type { TopicAction } from '$lib/stores/actions';
        export let actions: TopicAction;
 
        import { _ } from 'svelte-i18n';