diff --git a/src/App.jsx b/src/App.jsx index 68d333f..f14d5bc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,37 +1,35 @@ -import { useState } from "react"; -import reactLogo from "./assets/react.svg"; -import viteLogo from "/vite.svg"; -import "./App.css"; -import DataCard6 from "./components/DataCard/DataCard6"; +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 [count, setCount] = useState(0) - 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 -

- - - ); + 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 +

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