Current section
Files
Jump to
Current section
Files
lib/workflow_stem/components/stepwise_context_merge.ex
defmodule WorkflowStem.Components.StepwiseContextMerge do
@moduledoc """
Re-exports `Mobus.Stepwise.Components.StepwiseContextMerge` under the
workflow_stem namespace.
See `Mobus.Stepwise.Components.StepwiseContextMerge` for full
documentation.
"""
defdelegate call(event, opts), to: Mobus.Stepwise.Components.StepwiseContextMerge
end