There are two duplicate functions that can be eliminated using the existing / new shared functions ([context](https://github.com/Automattic/gravatar-enhanced/pull/82#pullrequestreview-2680891897)): The [updateAvatars](https://github.com/Automattic/gravatar-enhanced/blob/0d9fab7e70b4c666613876c1d6a671194516680d/src/woocommerce/my-account.ts#L25) in the woo folder The [validateEmail](https://github.com/Automattic/gravatar-enhanced/blob/0d9fab7e70b4c666613876c1d6a671194516680d/src/block/utils/validate-email.ts) and the [isEmail](https://github.com/Automattic/gravatar-enhanced/pull/82/files#diff-97295dfc5068289621f479507ef5ed375f4b87e427d0369df6d9640722b7b7fcR12) functions