chore(deps): update dependencies and remove unused package

This commit is contained in:
shiyu
2025-12-25 17:38:27 +08:00
parent ad2e2858da
commit ad016baaf9
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
import { createRoot } from 'react-dom/client';
import App from './App.tsx';
import '@ant-design/v5-patch-for-react-19';
import 'antd/dist/reset.css';
import './global.css';
import { BrowserRouter } from 'react-router';