Make filenames consistent with other files

[MAILPOET-2681]
This commit is contained in:
Amine Ben hammou
2020-04-06 07:56:17 +02:00
committed by Veljko V
parent 6c5c7bed2e
commit bc26618f38
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export { default as Advanced } from './advanced';
export { default as Basics } from './basics';
export { default as KeyActivation } from './key_activation';
export { default as KeyActivation } from './key_activation/key_activation';
export { default as SendWith } from './send_with';
export { default as SignupConfirmation } from './signup_confirmation';
export { default as WooCommerce } from './woo_commerce';