Hello World #20

Merged
rayankonecny merged 2 commits from new_feature into main 2025-03-26 11:54:50 -03:00

View file

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