import './init' import './index.css' import React from 'react' import ReactDOM from 'react-dom/client' import NiceModal from '@ebay/nice-modal-react' import App from './App' export function Main() { ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( ) }