로그인관련

This commit is contained in:
2025-11-18 03:27:30 +09:00
parent 851fec4096
commit e574caa7ce
16 changed files with 1458 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ export default function RootLayout({
children,
}: Readonly<{ children: React.ReactNode; }>) {
return (
<html lang="en">
<html lang="ko">
<body className={pretendard.className}>
{children}
</body>