From 8184819f870c1daa76003ca91c645be41ff9ded2 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 17 Apr 2023 22:11:59 +0200 Subject: [PATCH] Updated the App.jsx --- src/App.jsx | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 2ba469d..1b17863 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,35 +1,9 @@ -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) +import "@styles/root.sass" +export default () => { 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 +} \ No newline at end of file