Teste de PR 11 #15

Closed
rayankonecny wants to merge 1 commit from base_control into main

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>Teste de PR 11</h1>
</> </>
) )
} }