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