From ef6263ab21ca6eb8eb4554387ce8d49408159a47 Mon Sep 17 00:00:00 2001 From: M M Date: Thu, 6 Jun 2024 17:39:15 -0700 Subject: [PATCH] Encode user input from text fields into a JSON object. --- Client/src/Pages/Login/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/Client/src/Pages/Login/index.jsx b/Client/src/Pages/Login/index.jsx index 4a621e889..593e2d0d3 100644 --- a/Client/src/Pages/Login/index.jsx +++ b/Client/src/Pages/Login/index.jsx @@ -1,4 +1,3 @@ -import React from "react"; import "./index.css"; import BackgroundPattern from "../../Components/BackgroundPattern/BackgroundPattern"; import Logomark from "../../assets/Images/Logomark.png";