SIU_Dran_net/frontend/src/Comprobante.jsx

12 lines
134 B
React
Raw Normal View History

2024-05-12 22:23:07 +00:00
import React, { useState } from 'react';
function Comprobante() {
return (
<>
</>
);
}
export default Comprobante;