Skip to content

Commit

Permalink
#62 Added missing export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatejic-CROZ committed Apr 19, 2024
1 parent 3e3ba59 commit e364905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/notification/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
export * from "./api";
export * from "./interceptor";
export * from "./hook/use-notifications";
export { addNotification, removeNotification } from "./store/notification-store";

0 comments on commit e364905

Please sign in to comment.