Refactor welcome wizard naming to more common wizard

[MAILPOET-1732]
This commit is contained in:
Rostislav Wolny
2019-03-14 15:34:05 +01:00
committed by M. Shull
parent 6e0f6fd390
commit 4f64b29458
11 changed files with 4 additions and 4 deletions

View File

@ -16,4 +16,4 @@ import 'poll.jsx'; // side effect - assigns to MailPoet.Poll
import 'settings/reinstall_from_scratch.js'; // side effect - adds event handler to document
import 'subscribers/importExport/import.jsx'; // side effect - executes on doc ready, adds events
import 'subscribers/importExport/export.js'; // side effect - executes on doc ready
import 'welcome_wizard/wizard.jsx'; // side effect - renders ReactDOM to document
import 'wizard/wizard.jsx'; // side effect - renders ReactDOM to document