// @flow import * as React from 'react' import Layout from '../components/layout' export default () => (
Hello World.
)