Refactor imports in index.ts to separate common and core dependencies

This commit is contained in:
Dennes Schäffler
2025-12-09 16:00:36 +01:00
parent 5be90ca15e
commit f47f00a516

View File

@@ -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()