Skip to content

Commit c99f8bf

Browse files
committed
fix: remove wallet-admin for production deploy
Signed-off-by: Rakib Ansary <rakibansary@topcoder.com>
1 parent 9d8198f commit c99f8bf

File tree

127 files changed

+0
-3423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+0
-3423
lines changed

craco.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module.exports = {
4444
'@talentSearch': resolve('src/apps/talent-search/src'),
4545
'@profiles': resolve('src/apps/profiles/src'),
4646
'@wallet': resolve('src/apps/wallet/src'),
47-
'@walletAdmin': resolve('src/apps/wallet-admin/src'),
4847

4948
'@platform': resolve('src/apps/platform/src'),
5049
// aliases used in SCSS files

src/apps/platform/src/platform.routes.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { talentSearchRoutes } from '~/apps/talent-search'
1010
import { accountsRoutes } from '~/apps/accounts'
1111
import { onboardingRoutes } from '~/apps/onboarding'
1212
import { walletRoutes } from '~/apps/wallet'
13-
import { walletAdminRoutes } from '~/apps/wallet-admin'
1413

1514
const Home: LazyLoadedComponent = lazyLoad(
1615
() => import('./routes/home'),
@@ -38,7 +37,6 @@ export const platformRoutes: Array<PlatformRoute> = [
3837
...talentSearchRoutes,
3938
...profilesRoutes,
4039
...walletRoutes,
41-
...walletAdminRoutes,
4240
...accountsRoutes,
4341
...homeRoutes,
4442
]

src/apps/wallet-admin/.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/apps/wallet-admin/README.md

Whitespace-only changes.

src/apps/wallet-admin/index.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/apps/wallet-admin/src/WalletAdminApp.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/apps/wallet-admin/src/home/WalletHomePage.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/apps/wallet-admin/src/home/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/apps/wallet-admin/src/home/page-layout/WalletLayout.module.scss

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/apps/wallet-admin/src/home/page-layout/WalletLayout.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)