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:
parent
fe4f231d48
commit
325c5d184d
2
src/main.tsx
vendored
2
src/main.tsx
vendored
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user