From dd888915323abd8192ae0dff27fb46af9689797e Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Tue, 17 Sep 2019 09:19:14 +0200 Subject: [PATCH] Move pitch mss step file [MAILPOET-2142] --- .../src/wizard/steps/{pitch_mss/step.jsx => pitch_mss_step.jsx} | 0 assets/js/src/wizard/welcome_wizard_controller.jsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/js/src/wizard/steps/{pitch_mss/step.jsx => pitch_mss_step.jsx} (100%) diff --git a/assets/js/src/wizard/steps/pitch_mss/step.jsx b/assets/js/src/wizard/steps/pitch_mss_step.jsx similarity index 100% rename from assets/js/src/wizard/steps/pitch_mss/step.jsx rename to assets/js/src/wizard/steps/pitch_mss_step.jsx diff --git a/assets/js/src/wizard/welcome_wizard_controller.jsx b/assets/js/src/wizard/welcome_wizard_controller.jsx index 5d8c454f0a..a434c15551 100644 --- a/assets/js/src/wizard/welcome_wizard_controller.jsx +++ b/assets/js/src/wizard/welcome_wizard_controller.jsx @@ -7,7 +7,7 @@ import WelcomeWizardMigratedUserStep from './steps/migrated_user_step.jsx'; import WelcomeWizardEmailCourseStep from './steps/email_course_step.jsx'; import WelcomeWizardUsageTrackingStep from './steps/usage_tracking_step.jsx'; import WelcomeWizardWooCommerceStep from './steps/woo_commerce_step.jsx'; -import WelcomeWizardPitchMSSStep from './steps/pitch_mss/step.jsx'; +import WelcomeWizardPitchMSSStep from './steps/pitch_mss_step.jsx'; import WelcomeWizardStepLayout from './steps/step_layout.jsx'; import CreateSenderSettings from './create_sender_settings.jsx';