interface AdminPlaceholderProps { label: string; } /** 미구현 관리자 메뉴 placeholder */ const AdminPlaceholder = ({ label }: AdminPlaceholderProps) => (
🚧
{label}
해당 기능은 준비 중입니다.
); export default AdminPlaceholder;