Merge pull request 'Teste de PR 2' (#2) from base_controle into main

Reviewed-on: #2
This commit is contained in:
rayankonecny 2025-03-23 15:44:15 -03:00
commit 4a6269d0f1
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
c63cc537ffa7a49b3ce45a66741afbc62f269f5f
pipeline {
agent any

View file

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