Compare commits

..

No commits in common. "71361ad5e04d3d10c2dff54845ae4b69748e15db" and "75208396ef062ee44152cf00dd23256cc38ce2ac" 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>Hello World </h1> <h1>Hello World + Testando</h1>
</> </>
) )
} }