Compare commits

..

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

View file

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