fix import
This commit is contained in:
2
index.ts
2
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()
|
||||
|
||||
Reference in New Issue
Block a user