Compare commits

..

2 commits

Author SHA1 Message Date
f802d9fb30 Merge pull request 'Hello World' (#18) from new_feature into main
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
Reviewed-on: #18
2025-03-26 10:11:06 -03:00
Rayan
f7e395b98e Hello World 2025-03-26 09:09:47 -04:00

View file

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