Update src/App.tsx
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good

This commit is contained in:
rayankonecny 2025-03-25 23:54:12 -03:00
parent 5350aa0429
commit cc7820175a

View file

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