last update

This commit is contained in:
p2405951
2025-11-07 11:44:56 +01:00
parent 47fee29d48
commit 044fed0bb5
-3
View File
@@ -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 (
<Background>
<div className={styles.container}>
<LoginForm />
</div>
</Background>
);
}