import { render } from 'react-dom'; import { App } from './app'; const app = () => ; render(app(), document.querySelector('#root'));