소스 검색

Add transfer tab back

deam 4 년 전
부모
커밋
c6c2a408d5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/apps-routing/src/index.ts

+ 2 - 1
packages/apps-routing/src/index.ts

@@ -34,13 +34,14 @@ import staking from './staking';
 // import storage from './storage';
 // import sudo from './sudo';
 // import toolbox from './toolbox';
-// import transfer from './transfer';
+import transfer from './transfer';
 // import treasury from './treasury';
 
 const routes: Routes = ([] as Routes).concat(
   staking,
   roles,
   storageRoles,
+  transfer,
   null,
   media,
   forum,