From 76a94f2c83f5d517c605b2040356d45a3b0e1f1b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 17 Apr 2023 22:26:27 +0200 Subject: [PATCH] Created the Login.jsx --- src/pages/Login/Login.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/pages/Login/Login.jsx diff --git a/src/pages/Login/Login.jsx b/src/pages/Login/Login.jsx new file mode 100644 index 0000000..735b1dd --- /dev/null +++ b/src/pages/Login/Login.jsx @@ -0,0 +1,16 @@ +import "./styles.sass"; + +const Login = () => { + return ( +
+
+
+ logo +

QuickByte

+
+
+
+ ) +} + +export default Login; \ No newline at end of file