2
0
Files
2024-08-09 00:39:27 +02:00

6 lines
335 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 "./FormBuilderField";