import SubirPDF from "./SubirPDF"; import React from 'react'; const App = () => { return (

Subir archivo PDF

); }; export default App;