Updating exports for completeOnboardingWizard function.
This commit is contained in:
parent
2bc918d353
commit
b2262f1cf7
|
@ -1,6 +1,7 @@
|
|||
import { CustomerFlow, StoreOwnerFlow } from './flows';
|
||||
|
||||
import {
|
||||
completeOnboardingWizard,
|
||||
completeOldSetupWizard,
|
||||
createSimpleProduct,
|
||||
createVariableProduct,
|
||||
|
@ -24,6 +25,7 @@ import {
|
|||
module.exports = {
|
||||
CustomerFlow,
|
||||
StoreOwnerFlow,
|
||||
completeOnboardingWizard,
|
||||
completeOldSetupWizard,
|
||||
createSimpleProduct,
|
||||
createVariableProduct,
|
||||
|
|
Loading…
Reference in New Issue