Compare commits

..

2 commits

Author SHA1 Message Date
2968dbea37 Merge pull request 'Teste de PR 9' (#10) from base_controle into main
Reviewed-on: #10
2025-03-24 00:12:19 -03:00
Rayan
40320c8cf3 Teste de PR 9 2025-03-23 23:11:41 -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 8 </h1> <h1>PR automatica 9 </h1>
</> </>
) )
} }