import { __ } from '@wordpress/i18n'; interface DeploymentAuthorProps { name: string; avatarUrl: string; } export const DeploymentAuthor = ( { name, avatarUrl }: DeploymentAuthorProps ) => { return (