From 9b10fd7067af575fce33a281446ee6b74fb40cca Mon Sep 17 00:00:00 2001 From: Rayan Date: Wed, 26 Mar 2025 10:53:34 -0400 Subject: [PATCH] Hello World --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

) } -- 2.39.5