import { UI_CONFIG } from "@/constants/auth"; /** * 로그인 페이지 푸터 컴포넌트 */ export function LoginFooter() { return (

{UI_CONFIG.COPYRIGHT}

{UI_CONFIG.POWERED_BY}

); }