Compare commits
No commits in common. "71361ad5e04d3d10c2dff54845ae4b69748e15db" and "75208396ef062ee44152cf00dd23256cc38ce2ac" have entirely different histories.
71361ad5e0
...
75208396ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue