import { LAYOUT_CONFIG } from "@/constants/layout"; /** * 로고 컴포넌트 */ export function Logo() { return (
P
{LAYOUT_CONFIG.COMPANY_NAME}
); }