Compare commits

..

No commits in common. "2968dbea37f52d1cf6aa81ac3fb84e29bc5a2d0a" and "a08dfa407800d7a121b253ddcd149f9c9e6b8f28" 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 9 </h1> <h1>PR automatica 8 </h1>
</> </>
) )
} }