fix import

This commit is contained in:
Dennes Schäffler
2026-05-07 09:44:08 +02:00
parent 2e16384e3a
commit 83eb8b36bd

View File

@@ -1,6 +1,6 @@
import { Inject, Injectable, OnApplicationBootstrap } from '@nestjs/common'; import { Inject, Injectable, OnApplicationBootstrap } from '@nestjs/common';
import { DocumentStatusType } from '@phoenix/common';
import { DocumentLineItem, DocumentLineItemStatusChangedEvent, EntitySavedEvent, EventBus, Logger, PhoenixPlugin, PluginCommonModule } from '@phoenix/core'; import { DocumentLineItem, DocumentLineItemStatusChangedEvent, EntitySavedEvent, EventBus, Logger, PhoenixPlugin, PluginCommonModule } from '@phoenix/core';
import { DocumentStatusType } from '@phx/shared';
// Example service for the plugin // Example service for the plugin
@Injectable() @Injectable()