Merge pull request 'Hello World' (#20) from new_feature into main
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
astro-app/portal-app/pipeline/head This commit looks good

Reviewed-on: #20
This commit is contained in:
rayankonecny 2025-03-26 11:54:50 -03:00
commit 71361ad5e0

View file

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