Compare commits

...

2 commits

Author SHA1 Message Date
242488ba95 Merge pull request 'Teste de PR 10' (#11) from base_controle into main
Reviewed-on: #11
2025-03-24 00:23:11 -03:00
Rayan
1d89c6616b Teste de PR 10 2025-03-23 23:22:26 -04:00

View file

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