export const EMAIL_REGEX =
  '^([A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,})?$'
export const MIN_AGE = 18
