Make filenames consistent with other files

This commit is contained in:
Amine Ben hammou
2020-04-06 07:48:03 +02:00
committed by Veljko V
parent 687fe781ae
commit e912e30614
2 changed files with 1 additions and 1 deletions

View File

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