diff --git a/plugins/task-resources/src/components/state/StatesBar.svelte b/plugins/task-resources/src/components/state/StatesBar.svelte index 057e23df75..bf21aa0f90 100644 --- a/plugins/task-resources/src/components/state/StatesBar.svelte +++ b/plugins/task-resources/src/components/state/StatesBar.svelte @@ -17,6 +17,7 @@ import { Ref, SortingOrder } from '@anticrm/core' import { createQuery } from '@anticrm/presentation' import task, { SpaceWithStates, State } from '@anticrm/task' + import { getPlatformColor } from '@anticrm/ui' import { createEventDispatcher, onDestroy, onMount } from 'svelte' import StatesBarElement from './StatesBarElement.svelte' import { getPlatformColor } from '@anticrm/ui'