Compare commits

..

No commits in common. "242488ba9576bce621c917a3eeece9eedde8d3c3" and "2968dbea37f52d1cf6aa81ac3fb84e29bc5a2d0a" have entirely different histories.

View file

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