From d36b7916ee588613ea599c64e08eef8189c61685 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:17:36 +0200 Subject: [PATCH] (fix): export notifications --- src/context/index.ts | 2 -- src/index.ts | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 src/context/index.ts diff --git a/src/context/index.ts b/src/context/index.ts deleted file mode 100644 index bd5efc2..0000000 --- a/src/context/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from "./ConfirmationContext"; -export * from "./NotificationContext"; diff --git a/src/index.ts b/src/index.ts index 95ad309..dcbe2ba 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,3 +11,4 @@ export * from './hooks/useTableControls'; export * from './hooks/useToolbar'; export * from './context/ConfirmationContext'; +export * from './context/NotificationContext';