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
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
Reviewed-on: #18
This commit is contained in:
commit
f802d9fb30
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue