From 128f6d28ab3740e8eb9998401efffa066e361bfd Mon Sep 17 00:00:00 2001 From: xianyi Date: Wed, 7 Jan 2026 15:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E4=B8=A5=E6=A0=BC=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index bef5202..e1b7877 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,10 +1,8 @@ -import { StrictMode } from 'react' + import { createRoot } from 'react-dom/client' import './index.css' import App from './App.tsx' createRoot(document.getElementById('root')!).render( - - - , + )