From 8a85d294196c88e1e64f354aff11eaaa8f00052f Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Mon, 5 May 2025 09:57:12 +0200 Subject: [PATCH] Add export of status package --- scm-ui/ui-core/src/base/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scm-ui/ui-core/src/base/index.ts b/scm-ui/ui-core/src/base/index.ts index db167c946a..5276df5be3 100644 --- a/scm-ui/ui-core/src/base/index.ts +++ b/scm-ui/ui-core/src/base/index.ts @@ -23,3 +23,4 @@ export * from "./notifications"; export * from "./overlays"; export * from "./shortcuts"; export * from "./text"; +export * from "./status";