This commit is contained in:
none
2023-03-21 10:52:59 +08:00
parent dbe13b7d2a
commit 780457557f
5 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
import './App.scss'
function App() {
const [count, setCount] = useState(0)

View File

@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import './index.css'
import './index.scss'
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>