|
@@ -78,6 +78,7 @@ import RegisterVL from './signLumi/RegisterVL';
|
|
|
import ForgotPwdVL from './signLumi/ForgotPwdVL';
|
|
import ForgotPwdVL from './signLumi/ForgotPwdVL';
|
|
|
import Wallets from './wallets/Wallets';
|
|
import Wallets from './wallets/Wallets';
|
|
|
import utils from '../utils/utils';
|
|
import utils from '../utils/utils';
|
|
|
|
|
+import DeleteAccount from './my/DeleteAccount';
|
|
|
|
|
|
|
|
export var PageList = {
|
|
export var PageList = {
|
|
|
'splash': {
|
|
'splash': {
|
|
@@ -414,6 +415,11 @@ export var PageList = {
|
|
|
titleScope: 'route.pointsHistory',
|
|
titleScope: 'route.pointsHistory',
|
|
|
component: PointsHistory
|
|
component: PointsHistory
|
|
|
},
|
|
},
|
|
|
|
|
+ 'deleteAccount': {
|
|
|
|
|
+ title: "Delete Account",
|
|
|
|
|
+ titleScope: 'profile.deleteAccount',
|
|
|
|
|
+ component: DeleteAccount
|
|
|
|
|
+ },
|
|
|
'settings': {
|
|
'settings': {
|
|
|
title: 'Settings',
|
|
title: 'Settings',
|
|
|
titleScope: 'route.settings',
|
|
titleScope: 'route.settings',
|