From 2b9c2ad69e3dd360c03a01ff57af324cc259ed9d Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Mon, 27 Jun 2022 09:06:02 +0300 Subject: [PATCH] =?UTF-8?q?Re-export=20types=20for=20notifications=20store?= =?UTF-8?q?=20to=20revert=20accidental=20breaking=E2=80=A6=20(#5715)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Re-export types for notifications store to revert accidental breaking change Signed-off-by: Janne Savolainen * Tweak exports for notifications to provide same API contract Signed-off-by: Janne Savolainen --- src/renderer/components/notifications/index.ts | 1 + 1 file changed, 1 insertion(+) 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";