perf(web): remove legacy theme from production bundle

This commit is contained in:
lingniu
2026-07-16 00:47:52 +08:00
parent 6506c0f1f0
commit c00f50551a
4 changed files with 20 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { AppV2 } from './v2/AppV2';
import './styles/global.css';
import './v2/styles/v2.css';
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(