import React from 'react'; import { render } from 'react-dom'; const app = (

Hello Sophie!

); render(app, document.getElementById('app'));