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