login page

This commit is contained in:
2025-07-16 23:37:14 +09:00
parent eaa0d7e820
commit 734015485b
4 changed files with 18 additions and 93 deletions

View File

@@ -1,2 +1,5 @@
'use client';
import LoginForm from "../components/LoginForm";
<LoginForm/>