From 6e2b3b91c508515bb640b0c4b9022f3261255b25 Mon Sep 17 00:00:00 2001 From: Danh Date: Wed, 20 Dec 2023 14:37:54 +0700 Subject: [PATCH] test --- src/pages/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/App.tsx b/src/pages/App.tsx index f0d2882e73..4122153137 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -52,6 +52,7 @@ const MyPool = lazy(() => import('./MyPool')) const MyEarnings = lazy(() => import('./MyEarnings')) const Farm = lazy(() => import('./Farm')) +console.log('11222') const PoolFinder = lazy(() => import('./PoolFinder')) const ElasticRemoveLiquidity = lazy(() => import('pages/RemoveLiquidityProAmm'))