Skip to content

Commit

Permalink
chore: Remove portfolio from router
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Nov 4, 2024
1 parent 5fe706a commit c82a3f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/plugins/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FaucetPage = () => import('@/pages/faucet.vue');
const BalancesPage = () => import('@/pages/balances.vue');
const ClaimSubmissionsPage = () => import('@/pages/claim-submissions.vue');

const PortfolioPage = () => import('@/pages/portfolio.vue');
// const PortfolioPage = () => import('@/pages/portfolio.vue');
const RecoveryExitPage = () =>
import('@/pages/recovery-exit/recovery-exit.vue');

Expand Down Expand Up @@ -146,11 +146,11 @@ const routes: RouteRecordRaw[] = [
name: 'legacy-claim',
component: LegacyClaimPage,
},
{
path: '/:networkSlug/portfolio',
name: 'portfolio',
component: PortfolioPage,
},
// {
// path: '/:networkSlug/portfolio',
// name: 'portfolio',
// component: PortfolioPage,
// },
{
path: '/:networkSlug/balances',
name: 'balances',
Expand Down

0 comments on commit c82a3f5

Please sign in to comment.