export const { IntError } = createCodecComponent(
  "IntError",
  (data: Format.Errors.IntError) => <IntPaddingError data={data} />
);