perf for size

This commit is contained in:
2025-05-21 18:21:52 +08:00
parent 1b4bad6d2e
commit 85fd48f403
24 changed files with 84 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
import { createRoot } from 'react-dom/client';
import { App } from './App.tsx';
import './globals.css';
import { basename } from './modules/basename.ts';
import { Suspense } from 'react';
import { I18NextProvider } from '@kevisual/components/translate/I18Next.tsx';