From c25f3b92fe5c339c83c8d6361c726dcbeef48449 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 2 Jun 2023 15:59:23 +0200 Subject: [PATCH] Created the ToastNotification index.js --- client/src/common/contexts/ToastNotification/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/contexts/ToastNotification/index.js diff --git a/client/src/common/contexts/ToastNotification/index.js b/client/src/common/contexts/ToastNotification/index.js new file mode 100644 index 0000000..b214e64 --- /dev/null +++ b/client/src/common/contexts/ToastNotification/index.js @@ -0,0 +1 @@ +export * from "./ToastNotification.jsx"; \ No newline at end of file