Compare commits

..

2 commits

Author SHA1 Message Date
a96eb67a73 Merge pull request 'Teste de PR 3' (#3) from base_controle into main
Reviewed-on: #3
2025-03-23 15:48:35 -03:00
Rayan
135607e1f7 Teste de PR 3 2025-03-23 14:47:52 -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 </h1> <h1>PR automatica 2 </h1>
</> </>
) )
} }