From 3df218a4e00ed9820952adadc1e698a774efca7b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 00:50:34 +0100 Subject: [PATCH] Created the Login.jsx state --- webui/src/states/Login/Login.jsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 webui/src/states/Login/Login.jsx diff --git a/webui/src/states/Login/Login.jsx b/webui/src/states/Login/Login.jsx new file mode 100644 index 0000000..8b8d114 --- /dev/null +++ b/webui/src/states/Login/Login.jsx @@ -0,0 +1,7 @@ +export const Login = () => { + return ( +
+

Login

+
+ ) +} \ No newline at end of file