diff --git a/barkmanui/src/App.tsx b/barkmanui/src/App.tsx index 3d7ded3..564af64 100644 --- a/barkmanui/src/App.tsx +++ b/barkmanui/src/App.tsx @@ -1,30 +1,14 @@ 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 ( <> -
-
- Edit src/App.tsx and save to test HMR
-
Click on the Vite and React logos to learn more
diff --git a/barkmanui/src/assets/react.svg b/barkmanui/src/assets/react.svg deleted file mode 100644 index 6c87de9..0000000 --- a/barkmanui/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file