Skip to content

Commit 11fdcb7

Browse files
feat: handling swap error scenarios
1 parent 0574d7c commit 11fdcb7

36 files changed

Lines changed: 768 additions & 829 deletions

widget/embedded/src/components/AppRoutes.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ export function AppRoutes() {
5252
path: navigationRoutes.routeWallets,
5353
element: <RouteWalletsPage />,
5454
},
55+
{
56+
path: navigationRoutes.routeWallets,
57+
element: <RouteWalletsPage />,
58+
},
5559
{
5660
path: navigationRoutes.fromSwap,
5761
children: [

0 commit comments

Comments
 (0)