import React from 'react'; const Root = () => (

Hello, world!

); export default Root;