// Page — v0.0.1: just the Hero. Iterate later by composing additional sections
// once the domain-name loop is closed.
function MyPage() {
  return <MyHero />;
}

window.MyPage = MyPage;
