import React from 'react' import Helmet from 'react-helmet' export default function About () { return (
About the World
) }