From 5b5bf2d02748d5e54e275999beeb035a38853793 Mon Sep 17 00:00:00 2001 From: jamali429 <106620021+jamali429@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:49:05 -0700 Subject: [PATCH] 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..458ee8e 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! Cloud Computing Assignment
) }