diff --git a/packages/editor-ui/src/components/WorkerList.ee.vue b/packages/editor-ui/src/components/WorkerList.ee.vue index 10317df3b4f50..60ba9472563ac 100644 --- a/packages/editor-ui/src/components/WorkerList.ee.vue +++ b/packages/editor-ui/src/components/WorkerList.ee.vue @@ -9,6 +9,7 @@ import { usePushConnection } from '@/composables/usePushConnection'; import { usePushConnectionStore } from '@/stores/pushConnection.store'; import { useRootStore } from '@/stores/root.store'; import { useTelemetry } from '@/composables/useTelemetry'; +import WorkerCard from './Workers/WorkerCard.ee.vue'; withDefaults( defineProps<{