diff --git a/src/App.tsx b/src/App.tsx
index 4df3235..38a5cfb 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -23,7 +23,7 @@ import { getSupportedChain, isChainSupported } from './utils/settings'
const Farms = lazy(() => import('./views/Farms'))
const Pools = lazy(() => import('./views/Pools'))
const Gamefi = lazy(() => import('./views/Gamefi'))
-const ComingSoon = lazy(() => import('./views/ComingSoon'))
+const ComingSoon = lazy(() => import('./views/MarketplaceV2/Views/ComingSoon'))
const Marketplace = lazy(() => import('./views/Marketplace'))
const NftMarket = lazy(() => import('./views/Marketplace/Market'))
const HistoryMarketplace = lazy(() => import('./views/Marketplace/History'))
@@ -72,6 +72,10 @@ const App: React.FC = () => {
+
+
+
+