refactor(web): unify tokens and product copy

This commit is contained in:
2026-07-21 12:51:16 +08:00
parent 48709ea7c4
commit 907caed363
10 changed files with 239 additions and 228 deletions

View File

@@ -1,5 +1,6 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './styles/tokens.css'
import './index.css'
import App from './app/App.tsx'