added apps

This commit is contained in:
2025-04-10 20:11:36 +03:00
parent 3613f9030e
commit c3b7556e7e
346 changed files with 265054 additions and 159 deletions

View File

@@ -9,8 +9,8 @@ export const metadata: Metadata = {
export default function LoginPage() {
return (
<div className="min-h-screen bg-gray-100">
<>
<Login />
</div>
</>
);
}