From 07d8c2b8d1a7f9d9f30b731ae1b1350ca707d133 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Mon, 10 Jun 2024 23:53:37 +0200 Subject: [PATCH] chore: Placeholder landing page --- vinvoor/src/App.tsx | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) 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;