1 2 3 4 5
import ReactDOM from 'react-dom'; import App from './app'; const app = document.getElementById('app'); ReactDOM.render(<App />, app);