From 1a868c78999f490c820fdd2af076726f214785df Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 00:50:38 +0100 Subject: [PATCH] Created the Login state index.js --- webui/src/states/Login/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webui/src/states/Login/index.js diff --git a/webui/src/states/Login/index.js b/webui/src/states/Login/index.js new file mode 100644 index 0000000..af11d89 --- /dev/null +++ b/webui/src/states/Login/index.js @@ -0,0 +1 @@ +export {Login as default} from "./Login.jsx"; \ No newline at end of file