import React from "react"; import { Label, Input, TextField } from "@calcom/ui/form/fields"; import { sandboxPage } from "."; const page = sandboxPage(() => (
)); export default page.default; export const getStaticProps = page.getStaticProps;