cal.pub0.org/packages/features/form-builder/index.ts

6 lines
330 B
TypeScript

// TODO: FormBuilder makes more sense in @calcom/ui but it has an additional thing that other components don't have
// It has zod schema associated with it and I currently can't import zod in there.
// Move it later there maybe? @sean
export { FormBuilder } from "./FormBuilder";
export { FormBuilderField } from "./FormBuilder";