Przeglądaj źródła

update app/pages/Router.js

wudebin 3 miesięcy temu
rodzic
commit
a3f861af49
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      Strides-SPAPP/app/pages/Router.js

+ 6 - 0
Strides-SPAPP/app/pages/Router.js

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