This commit is contained in:
ljy
2026-08-11 01:44:32 +08:00
parent cfafec8a3c
commit 404613a109
130 changed files with 14869 additions and 1452 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
import App from './App'
import './styles/tokens.css'
import './styles/animations.css'
import './styles/responsive.css'
createRoot(document.getElementById('root')!).render(
<StrictMode>