import React from 'react' import { World } from 'components/world' export default function HelloPage() { return (
) }