switched to the public shared packages

This commit is contained in:
2026-06-11 16:40:30 +02:00
parent fec27b93f3
commit b6e9ddbb0e
9 changed files with 103 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
import { Injectable, Injector, signal } from '@angular/core';
import type { IPluginServices } from '@phx/shared-ui';
import type { IPluginServices } from '@phx-erp/shared-ui';
@Injectable({ providedIn: 'root' })
export class PhoenixHostBridgeService {