diff --git a/index.ts b/index.ts index 8ea11e7..f3ee380 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,6 @@ import { Inject, Injectable, OnApplicationBootstrap } from '@nestjs/common'; -import { DocumentLineItem, DocumentLineItemStatusChangedEvent, DocumentStatusType, EventBus, Logger, PhoenixPlugin, PluginCommonModule } from '@phoenix/core'; +import { DocumentStatusType } from '@phoenix/common'; +import { DocumentLineItem, DocumentLineItemStatusChangedEvent, EventBus, Logger, PhoenixPlugin, PluginCommonModule } from '@phoenix/core'; // Example service for the plugin @Injectable()