last update
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
import styles from "./LoginPage.module.css";
|
import styles from "./LoginPage.module.css";
|
||||||
import LoginForm from "../../components/form/form.jsx";
|
import LoginForm from "../../components/form/form.jsx";
|
||||||
import Background from "../../components/background/background.jsx";
|
|
||||||
|
|
||||||
function LoginPage() {
|
function LoginPage() {
|
||||||
return (
|
return (
|
||||||
<Background>
|
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<LoginForm />
|
<LoginForm />
|
||||||
</div>
|
</div>
|
||||||
</Background>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user