Refactor imports in index.ts to separate common and core dependencies
This commit is contained in:
3
index.ts
3
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()
|
||||
|
||||
Reference in New Issue
Block a user