diff --git a/vinvoor/src/App.tsx b/vinvoor/src/App.tsx index b62f7b3..986e9f1 100644 --- a/vinvoor/src/App.tsx +++ b/vinvoor/src/App.tsx @@ -1,39 +1,7 @@ -import { useState } from "react"; import "./App.css"; -import reactLogo from "./assets/react.svg"; -import viteLogo from "/vite.svg"; function App() { - const [count, setCount] = useState(0); - - 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 -

- - ); + return

Zess Fronted, Coming Soon!

; } export default App;