Compare commits

..

No commits in common. "a08dfa407800d7a121b253ddcd149f9c9e6b8f28" and "dd021ce5e2fef58e2bebde33f6400562e4ca35ed" have entirely different histories.

View file

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