From 637475b17845b25100741fd4b9e0050f79505127 Mon Sep 17 00:00:00 2001 From: IanKibet Date: Fri, 31 Jan 2025 09:14:05 +0300 Subject: [PATCH] client --- client/src/App.jsx | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index f67355a..219ea20 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -1,35 +1,6 @@ -import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' -import './App.css' - -function App() { - const [count, setCount] = useState(0) - +const App = () => { return ( - <> -
- - Vite logo - - - React logo - -
-

Vite + React

-
- -

- Edit src/App.jsx and save to test HMR -

-
-

- Click on the Vite and React logos to learn more -

- +
App
) } - -export default App +export default App \ No newline at end of file