Compare commits

...

2 commits

Author SHA1 Message Date
dd021ce5e2 Merge pull request 'Teste de PR 7' (#8) from base_controle into main
Reviewed-on: #8
2025-03-23 20:18:24 -03:00
Rayan
31556a2851 Teste de PR 7 2025-03-23 19:18:03 -04:00

View file

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