import { createRoot } from 'react-dom/client'; import Admin from './admin.jsx'; const props = window.__INITIAL_PROPS__ || {}; createRoot(document.getElementById('reactRoot')).render();