discourse/app/assets/javascripts/wizard/addon/templates/step.hbs
2022-12-28 13:11:12 +00:00

6 lines
122 B
Handlebars

<WizardStep
@step={{this.step}}
@wizard={{this.wizard}}
@goNext={{action "goNext"}}
@goBack={{action "goBack"}}
/>