I have an enum implemented in the component dog like this:
dog
export enum Sex { FEMALE, MALE }
In another component I have that