import EndpointPageClient from "./EndpointPageClient";

export default function EndpointPage() {
  return <EndpointPageClient machineId="" />;
}
