From 2111afccffe64466bc22363c5c4daa9009977f50 Mon Sep 17 00:00:00 2001 From: rohitmalhotra1420 Date: Fri, 18 Oct 2024 21:09:13 +0530 Subject: [PATCH] inbox page lazy import commented --- src/structure/MasterInterfacePage.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/structure/MasterInterfacePage.tsx b/src/structure/MasterInterfacePage.tsx index ce75053829..ffe8902284 100644 --- a/src/structure/MasterInterfacePage.tsx +++ b/src/structure/MasterInterfacePage.tsx @@ -26,7 +26,7 @@ const ChatPage = lazy(() => import('pages/ChatPage')); const ComingSoonPage = lazy(() => import('pages/ComingSoonPage')); const FAQPage = lazy(() => import('pages/FAQPage')); const GovPage = lazy(() => import('pages/GovPage')); -const InboxPage = lazy(() => import('pages/InboxPage')); +//const InboxPage = lazy(() => import('pages/InboxPage')); const InternalDevPage = lazy(() => import('pages/InternalDevPage')); const NFTPage = lazy(() => import('pages/NFTPage')); const NotAvailablePage = lazy(() => import('pages/NotAvailablePage')); @@ -79,6 +79,7 @@ import SnapPage from 'pages/SnapPage'; import { AppContextType } from 'types/context'; import { useBlocksTheme } from 'blocks/Blocks.hooks'; import { ModeProp } from 'blocks'; +import InboxPage from 'pages/InboxPage'; const rewardsPointsPagePaths = [APP_PATHS.Rewards, APP_PATHS.RewardsActivities, APP_PATHS.RewardsLeaderboard]; @@ -224,7 +225,12 @@ function MasterInterfacePage() { } + element={ + + } />