From a82e147a7b3d9ea9285194dc24495e9fccb6ea92 Mon Sep 17 00:00:00 2001 From: Valeriia Maltseva Date: Wed, 18 Dec 2024 18:02:44 +0100 Subject: [PATCH] fixed build --- assets/js/src/sdk/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/src/sdk/main.ts b/assets/js/src/sdk/main.ts index 45407c452..a83cea300 100644 --- a/assets/js/src/sdk/main.ts +++ b/assets/js/src/sdk/main.ts @@ -13,7 +13,7 @@ // App export { type ModuleSystem, type AbstractModule } from '@Pimcore/app/module-system/module-system' -export { type PluginSystem, type abstractPlugin } from '@Pimcore/app/plugin-system/plugin-system' +export { type PluginSystem, type IAbstractPlugin } from '@Pimcore/app/plugin-system/plugin-system' export { IconLibrary } from '@Pimcore/modules/icon-library/services/icon-library' // Components