function App() {

  return (
    <>
      <h1 className="text-3xl font-bold underline">Hola mundo</h1>
    </>
  )
}

export default App
