diff --git a/ui/src/App.tsx b/ui/src/App.tsx index afe48ac7..58a566ab 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,33 +1,8 @@ -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) 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 -

+

Init UI

) }