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
This commit is contained in:
rayankonecny 2025-03-26 10:11:06 -03:00
commit f802d9fb30

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