From c86a3e89f4a3606adb848a48241a89e3d25fe348 Mon Sep 17 00:00:00 2001 From: Nidboj132 Date: Sun, 26 Feb 2023 15:52:05 +0100 Subject: Delete App.tsx --- frontend/src/App.tsx | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 frontend/src/App.tsx diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx deleted file mode 100644 index cd20136..0000000 --- a/frontend/src/App.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import { useState } from 'react' -import reactLogo from './assets/react.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 -

-
- ) -} - -export default App -- cgit v1.2.3