issue #6
All checks were successful
Test CI / build (push) Successful in 15s

- 로그인 상세 기능 구현
This commit is contained in:
2025-11-28 23:01:48 +09:00
parent db92aa24d0
commit 6943d3d6ab

View File

@@ -31,7 +31,7 @@ export default function LoginPage() {
}, []); }, []);
const login = async () => { const login = async () => {
//
} }
const TextSeparator = ({ text }: { text: string }) => { const TextSeparator = ({ text }: { text: string }) => {