rsswx / apps /web /src /main.tsx
xmarstt's picture
Upload 91 files
c349309 verified
raw
history blame contribute delete
164 Bytes
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
import './index.css';
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);