UNPKG

eslint-config-alloy

Version:
5 lines (4 loc) 214 B
import { createRoot } from 'react-dom/client'; const container = document.getElementById('app'); const root = createRoot(container); // createRoot(container!) if you use TypeScript root.render(<App tab="home" />);