Compare commits

..

No commits in common. "b2dcb4b84dd62a70ca153edc1853f5a88a3a718f" and "867445d05ef199d34c156791287b66fff615b3ee" have entirely different histories.

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => {
return (
<>
<h1>PR automatica 5 </h1>
<h1>PR automatica 3 </h1>
</>
)
}