Compare commits

...

2 commits

Author SHA1 Message Date
867445d05e Merge pull request 'Teste de PR 4' (#4) from base_controle into main
Reviewed-on: #4
2025-03-23 15:53:58 -03:00
Rayan
2812837031 Teste de PR 4 2025-03-23 14:53:09 -04:00

View file

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