From 83eb8b36bd9235db369fb8d092c6bb981cee7f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennes=20Sch=C3=A4ffler?= Date: Thu, 7 May 2026 09:44:08 +0200 Subject: [PATCH] fix import --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()