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
) }