diff --git a/src/pages/Login/LoginPage.jsx b/src/pages/Login/LoginPage.jsx index dcf460b..95a194a 100644 --- a/src/pages/Login/LoginPage.jsx +++ b/src/pages/Login/LoginPage.jsx @@ -1,14 +1,11 @@ import styles from "./LoginPage.module.css"; import LoginForm from "../../components/form/form.jsx"; -import Background from "../../components/background/background.jsx"; function LoginPage() { return ( -
-
); }