Merge pull request 'Teste de PR 3' (#3) from base_controle into main

Reviewed-on: #3
This commit is contained in:
rayankonecny 2025-03-23 15:48:35 -03:00
commit a96eb67a73

View file

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