diff --git a/src/App.tsx b/src/App.tsx index 336db60..e602610 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import * as React from 'react' const App: React.FC = () => { return ( <> -

Hello World + Testando

+

Hello World

) }