Spaces:
Configuration error
Configuration error
| import React from 'react' | |
| import { createRoot } from 'react-dom/client' | |
| import App from './ui/App.jsx' | |
| createRoot(document.getElementById('root')).render(<App />) | |