diff --git a/src/index.jsx b/src/index.jsx index d8e24ca..20ff7a2 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,4 +1,4 @@ -import React, { Suspense } from 'react'; +import React, { Suspense, StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import { MotionConfig } from 'framer-motion'; import { enableMapSet } from 'immer'; @@ -35,11 +35,13 @@ console.log('Version', app.getVersion()); const container = document.getElementById('root'); const root = createRoot(container); root.render( - - }> - - - - - , + + + }> + + + + + + , );