diff --git a/src/main.jsx b/src/main.jsx index cc37cc9..620d67b 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,10 +1,10 @@ -// import { StrictMode } from 'react'; +import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import '@/index.css'; import App from './App.jsx'; createRoot(document.getElementById('root')).render( - // - - // + + + );