Compare commits

..

2 commits

Author SHA1 Message Date
b2dcb4b84d Merge pull request 'Teste de PR 5' (#5) from base_controle into main
Reviewed-on: #5
2025-03-23 19:42:00 -03:00
Rayan
511b184ea0 Teste de PR 5 2025-03-23 18:40:49 -04:00

View file

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