diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 15:01:50 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 15:01:50 +0200 |
| commit | be1ce532b26aea4e3e2258da78849bd245f7f78b (patch) | |
| tree | 3df092d028c76270bcd2236e3be0ef7dfb73828f /src/lib/components/actions | |
| parent | d197e31bf0437889f792e013df32b868fffc35d9 (diff) | |
Use tailwind, reference types
Diffstat (limited to 'src/lib/components/actions')
| -rw-r--r-- | src/lib/components/actions/topic.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/components/actions/topic.svelte b/src/lib/components/actions/topic.svelte index a3cba3b..9a9cd7e 100644 --- a/src/lib/components/actions/topic.svelte +++ b/src/lib/components/actions/topic.svelte @@ -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'; |