diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 5f09643..24413a8 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -21,6 +21,11 @@ import "./utils/material"; // import "./chat/dm"; import { createRoot } from 'react-dom/client'; import App from './ui/App'; +import { StrictMode } from 'react'; // Initialize React app -createRoot(document.getElementById("root")!).render(); \ No newline at end of file +createRoot(document.getElementById("root")!).render( + + + +); \ No newline at end of file