import ReactDOM from 'react-dom' import './index.css' import App from './App' import { loadingOnnxruntime } from './adapters/util' loadingOnnxruntime() ReactDOM.render(, document.getElementById('root'))