Teste de PR 11 #15

Closed
rayankonecny wants to merge 1 commit from base_control into main
Showing only changes of commit 0cc70546e1 - Show all commits

View file

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