From 433c1c7e3c0b5eec6e52bf26be828963ce04631c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 15:28:31 +0100 Subject: [PATCH] Updated the Login context index --- admin/src/common/contexts/Login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/common/contexts/Login/index.js b/admin/src/common/contexts/Login/index.js index 90d12f6..abfed91 100644 --- a/admin/src/common/contexts/Login/index.js +++ b/admin/src/common/contexts/Login/index.js @@ -1 +1 @@ -export {LoginContext as default} from "./LoginContext"; \ No newline at end of file +export {LoginContext as default, LoginProvider} from "./LoginContext"; \ No newline at end of file