"use client"; import Link from "next/link"; // 이미지 상수 const imgLogo = "http://localhost:3845/assets/89fda8e949171025b1232bae70fc9d442e4e70c8.png"; type CheckboxProps = { className?: string; status?: "Inactive" | "Focused" | "Disabled"; }; function Checkbox({ className, status = "Inactive" }: CheckboxProps) { return (
아이디 기억하기
자동 로그인
회원가입
|
|
Copyright ⓒ 2025 XL LMS. All rights reserved