Add save button and rename files
[MAILPOET-2678]
This commit is contained in:
committed by
Veljko V
parent
15e33d2d62
commit
4d12bba87f
@@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import { SaveButton } from 'settings/components';
|
||||
import EnableSignupConfirmation from './enable_signup_confirmation';
|
||||
import EmailSubject from './email_subject';
|
||||
import EmailContent from './email_content';
|
||||
@@ -11,6 +12,7 @@ export default function SignupConfirmation() {
|
||||
<EmailSubject />
|
||||
<EmailContent />
|
||||
<ConfirmationPage />
|
||||
<SaveButton />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user