change imports

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-17 22:00:50 +02:00
parent c2329168fb
commit ec39b1fccc
7 changed files with 14 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import type {
EventsQueuePayload,
EventsQueuePayloadCreateSessionEnd,
EventsQueuePayloadIncomingEvent,
} from '@openpanel/queue/src/queues';
} from '@openpanel/queue';
import { createSessionEnd } from './events.create-session-end';
import { incomingEvent } from './events.incoming-event';