diff --git a/src/Umbraco.Web.UI.Client/src/core/services/index.ts b/src/Umbraco.Web.UI.Client/src/core/services/index.ts index 9a44d0ea7a..4aae52e06b 100644 --- a/src/Umbraco.Web.UI.Client/src/core/services/index.ts +++ b/src/Umbraco.Web.UI.Client/src/core/services/index.ts @@ -3,5 +3,5 @@ /* eslint-disable */ export * from './modal'; -export { UmbNotificationService } from './notification'; +export * from './notification'; export type { UmbNotificationDefaultData } from './notification/layouts/default';