import {World} from '../components/world' import {Hello} from '../components/hello.jsx' export default () => ( <div><Hello /> <World /></div> )