Compare commits

...

3 commits

Author SHA1 Message Date
71361ad5e0 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
2025-03-26 11:54:50 -03:00
071c6d4fcd Merge branch 'main' into new_feature 2025-03-26 11:54:22 -03:00
Rayan
9b10fd7067 Hello World 2025-03-26 10:53:34 -04: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>
</>
)
}