This commit is contained in:
2025-10-17 17:57:50 +08:00
parent c9e5c233a4
commit 5920d93b6b
4 changed files with 477 additions and 369 deletions

View File

@@ -1,4 +1,4 @@
import { createRoot } from 'react-dom/client';
import { App } from './App.tsx';
// import { App } from './App.tsx';
import {AppNode as App} from './sanpack/App.tsx';
createRoot(document.getElementById('root')!).render(<App />);