const { createRoot } = ReactDOM;
const { Router } = window.App;

const root = createRoot(document.getElementById('root'));
root.render(<Router />);
