diff --git a/libs/notification/core/src/index.ts b/libs/notification/core/src/index.ts index 83cf8d1..1c519e6 100644 --- a/libs/notification/core/src/index.ts +++ b/libs/notification/core/src/index.ts @@ -18,3 +18,4 @@ export * from "./api"; export * from "./interceptor"; export * from "./hook/use-notifications"; +export { addNotification, removeNotification } from "./store/notification-store";