export const { IntErrorResult } = createCodecComponent(
  "IntErrorResult",
  ({ error }: Format.Errors.IntErrorResult) =>
    isIntError(error) ? (
      <IntError data={error} />