import React, { useState } from 'react';
function Comprobante() {
return (
<>
</>
);
}
export default Comprobante;