chore: update comment and api-reprots

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-12-19 11:02:28 +01:00
parent 857f44cb03
commit 734c40811c
2 changed files with 5 additions and 3 deletions
@@ -126,7 +126,7 @@ export const Workflow = (workflowProps: WorkflowProps): JSX.Element | null => {
/**
* TODO(blam): work out what we want to do with these components in the new API.
* Should we really have EmbeddableWorkflow -> Workflow -> Stepper -> Form, or should we revisit this?
* Should we really have EmbeddableWorkflow, Workflow, Stepper and Form, or should we revisit this?
* @alpha
*/
export const EmbeddableWorkflow = Workflow;