Fixed error

This commit is contained in:
Daniel Cojocea
2024-07-13 19:53:07 -04:00
parent 891e7ccd6a
commit bebe42e572
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@
}
#login-form-header-logo {
margin: 30px;
margin-bottom: 60px;
}
-1
View File
@@ -4,7 +4,6 @@ import { useNavigate } from "react-router-dom";
import "./index.css";
import BackgroundPattern from "../../Components/BackgroundPattern/BackgroundPattern";
import Logomark from "../../assets/Images/bwl-logo-2.svg?react";
import EmailTextField from "../../Components/TextFields/Email/EmailTextField";
import CheckBox from "../../Components/Checkbox/Checkbox";
import Button from "../../Components/Button";
import Google from "../../assets/Images/Google.png";