From be665b2448e0a0b615da2cc3960506ca4c09bef6 Mon Sep 17 00:00:00 2001 From: Avinash Dwarapu Date: Wed, 25 Mar 2026 08:25:24 +0100 Subject: [PATCH] chore: Remove I18nFormatter from widget exports --- src/internal/widget-exports.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/widget-exports.ts b/src/internal/widget-exports.ts index e85a2d85e8..c79ac4ec13 100644 --- a/src/internal/widget-exports.ts +++ b/src/internal/widget-exports.ts @@ -30,4 +30,4 @@ export { SideNavigationImplementation as SideNavigation } from '../side-navigati export { HelpPanelImplementation as HelpPanel } from '../help-panel/implementation'; // Widgetized non-component exports -export { I18nFormatter } from '../i18n/utils/i18n-formatter'; +// export { I18nFormatter } from '../i18n/utils/i18n-formatter';