2
0
Files
cal/calcom/packages/features/form-builder/index.ts

6 lines
335 B
TypeScript
Raw Normal View History

2024-08-09 00:39:27 +02:00
// 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 "./FormBuilderField";