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-26 09:58:35 -03:00
parent cc7820175a
commit 2e476cd30b

View file

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