1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

Update main.tsx

This commit is contained in:
fengduq 2024-05-17 11:10:00 +08:00 committed by GitHub
parent fe4f231d48
commit 325c5d184d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
src/main.tsx vendored
View File

@ -4,7 +4,7 @@ import ReactDOM from 'react-dom/client';
import Layout from '@/layout';
import './main.scss';
//test
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<StrictMode>
<Suspense fallback={null}>