interface AdminPlaceholderProps { label: string; } /** 미구현 관리자 메뉴 placeholder */ const AdminPlaceholder = ({ label }: AdminPlaceholderProps) => (