import React from "react"; import { Label, Input, TextField } from "@calcom/ui/form/fields"; import { Segment, SegmentOption } from "@calcom/ui/v2/core"; import { sandboxPage } from "."; const page = sandboxPage(() => (
{/* Adding to sandbox cause storybook doesnt like radix tailwind :S */}
One Two Three Four
)); export default page.default; export const getStaticProps = page.getStaticProps;