Behebe Fehler in #46

This commit is contained in:
nocnico
2025-07-06 02:38:35 +02:00
parent 2cdbab9f28
commit 76384c6ecd
5 changed files with 79 additions and 60 deletions

View File

@@ -1,9 +1,11 @@
import { Login } from './_components/Login';
import { Login } from "./_components/Login";
export default async () => {
return (
<>
<Login />
</>
);
const LoginPage = async () => {
return (
<>
<Login />
</>
);
};
export default LoginPage;