Skip to content

Commit

Permalink
chore: Placeholder landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Jun 10, 2024
1 parent e96874a commit 07d8c2b
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions vinvoor/src/App.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
</a>
<a href="https://react.dev" target="_blank">
<img
src={reactLogo}
className="logo react"
alt="React logo"
/>
</a>
</div>
<h1>Vite + React</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
</button>
<p>
Edit <code>src/App.tsx</code> and save to test HMR
</p>
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>
</>
);
return <h1>Zess Fronted, Coming Soon!</h1>;
}

export default App;

0 comments on commit 07d8c2b

Please sign in to comment.