import GatewayLandingClient from "./client";

export default function GatewayPage() {
  return <GatewayLandingClient />;
}
