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