Skip to content

Commit

Permalink
feat: disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jan 9, 2024
1 parent 8bab060 commit 0e42199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ export const routers: BasicRouteType[] = [

{ path: '/consumer/*', component: React.lazy(() => import('../pages/consumer/index')) },
{ path: '/swap/*', component: React.lazy(() => import('../pages/swap/Swap')) },
{ path: '/swapksqt/*', component: React.lazy(() => import('../pages/swapksqt')) },
{ path: '/swapksqt/*', redirect: '/' },
{ path: '/studio/*', component: React.lazy(() => import('../pages/studio/index')) },
];

0 comments on commit 0e42199

Please sign in to comment.