Spaces:
Sleeping
Sleeping
| import { createRoot } from "react-dom/client"; | |
| import App from "./App.tsx"; | |
| import "./index.css"; | |
| createRoot(document.getElementById("root")!).render(<App />); | |
| // // // src/main.tsx | |
| // // src/main.tsx | |
| // // src/main.tsx | |
| // import React from 'react' | |
| // import ReactDOM from 'react-dom/client' | |
| // import './index.css' | |
| // import './shared/config/i18n' // ← أضف هذا السطر | |
| // import App from './App' | |
| // ReactDOM.createRoot(document.getElementById('root')!).render( | |
| // <React.StrictMode> | |
| // <App /> | |
| // </React.StrictMode>, | |
| // ) |