From 2ea7e59c35e6a141ff525312a9b676593de01015 Mon Sep 17 00:00:00 2001 From: jamali429 <106620021+jamali429@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:23:17 -0700 Subject: [PATCH] Update App.tsx --- src/App.tsx | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 3d7ded3..1243ecd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,26 +8,7 @@ function App() { return ( <> -
- - Vite logo - - - React logo - -
-

Vite + React

-
- -

- Edit src/App.tsx and save to test HMR -

-
-

- Click on the Vite and React logos to learn more -

+
Hello World
) }