Spaces:
Running
on
A100
Running
on
A100
| import React from 'react'; | |
| import ReactDOM from 'react-dom/client'; | |
| import App from './App'; | |
| import './index.css'; | |
| ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( | |
| <React.StrictMode> | |
| <App /> | |
| </React.StrictMode> | |
| ); |