Compare commits

..

No commits in common. "f802d9fb306a6dbbb3857244f27df651ac109c99" and "7040a99d5ff56d434207bf447900c1687616e50c" have entirely different histories.

View file

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