diff --git a/src/renderer/components/notifications/index.ts b/src/renderer/components/notifications/index.ts index 75f37ed5cf..9ae9345244 100644 --- a/src/renderer/components/notifications/index.ts +++ b/src/renderer/components/notifications/index.ts @@ -4,3 +4,4 @@ */ export * from "./notifications"; +export * from "./notifications.store";