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 ( -