Hello World

This commit is contained in:
Rayan 2025-03-26 10:53:34 -04:00
parent 2d5ffdb3f8
commit 9b10fd7067

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>
</>
)
}